From: janw Date: Mon, 12 Dec 2005 13:43:21 +0000 (+0000) Subject: externalized divlist class X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=dc151393aad0ee4d6c955ee8f4fb8f86f3022b5c;p=gosa.git externalized divlist class git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2299 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/html/themes/default/style.css b/html/themes/default/style.css index e9ee6e404..da84c56c5 100644 --- a/html/themes/default/style.css +++ b/html/themes/default/style.css @@ -26,6 +26,12 @@ td.scrollbody { padding:0px; } +div.scrollbody { + background-color:#ffffff; + overflow:auto; + text-align:left; +} + td.listheader#icon { width:20px; } diff --git a/include/class_divlist.inc b/include/class_divlist.inc index debbfd9b1..33a65dfff 100644 --- a/include/class_divlist.inc +++ b/include/class_divlist.inc @@ -132,7 +132,7 @@ class divlist { if($this->i_entriesPerPage == 0) { // We need to construct a "body"-table that is width-of-scrollbar thinner than the "head"-table. - $s_return .= "\n
"; + $s_return .= "\n
"; $s_return .= ""; }