summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4eb0a20)
raw | patch | inline | side by side (parent: 4eb0a20)
author | janw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 31 Oct 2005 13:21:02 +0000 (13:21 +0000) | ||
committer | janw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 31 Oct 2005 13:21:02 +0000 (13:21 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1773 594d385d-05f5-0310-b6e9-bd551577e9d8
include/class_divlist.inc | patch | blob | history |
index 58591666a0c1724d1c8b3e2a07803026ea12f3ac..e7e7417577007c38224de3bf252150a3777dbb4c 100644 (file)
$s_return.= "<thead>".$this->_generateHeader()."</thead>";
// Define an alternate style for IE
- $s_return.= "<!--[if IE]><style type='text/css'>tbody.scrollcontent {overflow-y:scroll;height:20em;}</style><![endif]-->";
+ $s_return.= "<!--[if IE]><style type='text/css'>tbody.scrollcontent {overflow-y:scroll;max-height:480px;}</style><![endif]-->";
$s_return.= "<tbody class='scrollcontent'>".$this->_generatePage()."</tbody>";
} else {