summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8d5eb67)
raw | patch | inline | side by side (parent: 8d5eb67)
| author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
| Thu, 4 Mar 2010 17:07:46 +0000 (17:07 +0000) | ||
| committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
| Thu, 4 Mar 2010 17:07:46 +0000 (17:07 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16180 594d385d-05f5-0310-b6e9-bd551577e9d8
| gosa-core/html/themes/modern/style.css | patch | blob | history |
index 06c6a0ee8e2bfdd12f26fdaf6f2911782710c951..3bca9b716264c744336756ede0866aac94ad549c 100644 (file)
min-height:700px;
}
+#mainform {
+ height:100%;
+ width:100%;
+}
+
.left{
float:left;
}
}
div.plugin-area {
- float:right;
- position:absolute;
- left:164px;
- right:0;
+ position:relative;
+ margin-left:164px;
padding-right:6px;
min-height:600px;
min-width:700px;
/* List header, Filter, misc. */
-#filter {
- position:absolute;
- right:0;
- width:250px;
-}
-
#mainlist {
- position:absolute;
- right:265px;
- left:0;
+ height:100%;
+ padding-right:3px;
}
.mainlist-header {