From: cajus Date: Thu, 4 Mar 2010 17:07:46 +0000 (+0000) Subject: Updated style X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=0e79409aa142960b65b7f58f5e474d93a2752423;p=gosa.git Updated style git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16180 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/html/themes/modern/style.css b/gosa-core/html/themes/modern/style.css index 06c6a0ee8..3bca9b716 100644 --- a/gosa-core/html/themes/modern/style.css +++ b/gosa-core/html/themes/modern/style.css @@ -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 {