summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0161410)
raw | patch | inline | side by side (parent: 0161410)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 3 Feb 2010 11:23:18 +0000 (11:23 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 3 Feb 2010 11:23:18 +0000 (11:23 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15576 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/html/themes/default/style.css | patch | blob | history |
index 17b3537138ffab19be6f93aecae2dbf7df8fef4a..74e8185e60dd3f11503fb6a1922e136a2501d065 100644 (file)
overflow-y:auto;
float:left;
}
+
+/* Max height for IE */
+* html div.treeList {
+ height: expression( this.scrollHeight > 500 ? "500px" : "auto" );
+}
+