From 5c71b29a18b4694e3cc853975f4b11b9932ec57c Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 3 Aug 2012 16:03:40 +0200 Subject: [PATCH] some fixes in choisir widget --- .../library/interactivities/Choisir.wgt/css/basic.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/library/interactivities/Choisir.wgt/css/basic.css b/resources/library/interactivities/Choisir.wgt/css/basic.css index 0472e8ce..b40b8bb7 100644 --- a/resources/library/interactivities/Choisir.wgt/css/basic.css +++ b/resources/library/interactivities/Choisir.wgt/css/basic.css @@ -144,7 +144,7 @@ body{ margin-left: 10px; margin-bottom: 10px; width: 95%; - max-height: 60px; + max-height: 100px; overflow-x: hidden; font-family: Verdana,Arial,Helvetica,sans-serif; font-size: small; @@ -160,7 +160,7 @@ body{ padding: 5px; margin: 10px; width: 95%; - max-height: 60px; + max-height: 120px; overflow-x: hidden; font-family: Verdana,Arial,Helvetica,sans-serif; color: white; @@ -217,7 +217,7 @@ body{ font-family: Verdana,Arial,Helvetica,sans-serif; font-size: small; width: 80%; - max-height: 45px; + max-height: 60px; overflow-x: hidden; float: left; border: 3px solid #ccc; @@ -234,7 +234,7 @@ body{ font-size: small; font-weight: bold; width: 80%; - max-height: 45px; + max-height: 60px; overflow-x: hidden; float: left; border: 1px solid #DFDFDE;