Code

Backport from trunk
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 15 Sep 2011 08:14:47 +0000 (08:14 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 15 Sep 2011 08:14:47 +0000 (08:14 +0000)
-Updated CSS-styles and JavaScript for lists

git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.7@20991 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/html/include/gosa.js
gosa-core/html/themes/default/style.css

index e72ef9c769ac8df5bb1a33c8ca03f21a0d7f2207..c571f2acac16fdf685678a2caf40d35519a18496 100644 (file)
@@ -270,7 +270,7 @@ function resizeHandler (e) {
                        contentHeight-= height + 25;
                }
 
-               if (Prototype.Browser.Gecko || Prototype.Browser.IE) {
+               if (Prototype.Browser.IE) {
                        document.getElementById('d_scrollbody').style.height = contentHeight+23+'px';
                        document.getElementById('t_nscrollbody').style.height = contentHeight+'px';
                } else {
index cc9118d46250684e284ecd269c7ac50556615714..4b28ca8f70e7e2a4367e0ec164417844cdb470f8 100644 (file)
@@ -98,6 +98,7 @@ input[type=password]{
 textarea, select {
   border:1px solid #DDD;
   margin-bottom:2px;
+  background-color:white;
 }
 
 textarea[disabled], select:disabled, select[size="1"]:disabled {