From e3d9c714d517b1ef078478b52948e1e7d0a55878 Mon Sep 17 00:00:00 2001 From: hickert Date: Thu, 15 Sep 2011 08:14:47 +0000 Subject: [PATCH] Backport from trunk -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 | 2 +- gosa-core/html/themes/default/style.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/gosa-core/html/include/gosa.js b/gosa-core/html/include/gosa.js index e72ef9c76..c571f2aca 100644 --- a/gosa-core/html/include/gosa.js +++ b/gosa-core/html/include/gosa.js @@ -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 { diff --git a/gosa-core/html/themes/default/style.css b/gosa-core/html/themes/default/style.css index cc9118d46..4b28ca8f7 100644 --- a/gosa-core/html/themes/default/style.css +++ b/gosa-core/html/themes/default/style.css @@ -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 { -- 2.30.2