]> git.tokkee.org Git - gosa.git/commitdiff

Code

Updated style
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 4 Mar 2010 17:07:46 +0000 (17:07 +0000)
committercajus <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

index 06c6a0ee8e2bfdd12f26fdaf6f2911782710c951..3bca9b716264c744336756ede0866aac94ad549c 100644 (file)
@@ -10,6 +10,11 @@ body, html {
   min-height:700px;
 }
 
+#mainform {
+  height:100%;
+  width:100%;
+}
+
 .left{
   float:left;
 }
@@ -195,10 +200,8 @@ div.navigation {
 }
 
 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;
@@ -820,16 +823,9 @@ div.nlistFooter {
 
 /* 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 {