summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3dda26b)
raw | patch | inline | side by side (parent: 3dda26b)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 15 Sep 2011 08:14:47 +0000 (08:14 +0000) | ||
committer | hickert <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
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.7@20991 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/html/include/gosa.js | patch | blob | history | |
gosa-core/html/themes/default/style.css | patch | blob | history |
index e72ef9c769ac8df5bb1a33c8ca03f21a0d7f2207..c571f2acac16fdf685678a2caf40d35519a18496 100644 (file)
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)
textarea, select {
border:1px solid #DDD;
margin-bottom:2px;
+ background-color:white;
}
textarea[disabled], select:disabled, select[size="1"]:disabled {