From: cajus Date: Wed, 3 Mar 2010 14:16:41 +0000 (+0000) Subject: Updated styles for containers X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=f2927d070af5c51305ca72d7499f799c986acea4;p=gosa.git Updated styles for containers git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15990 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/html/themes/modern/style.css b/gosa-core/html/themes/modern/style.css index b37079e61..7015f5c10 100644 --- a/gosa-core/html/themes/modern/style.css +++ b/gosa-core/html/themes/modern/style.css @@ -452,17 +452,32 @@ button:focus, .button:active { /* Containers */ -.container{ - float:none; +div.horizontal-container { + width:100%; + margin:0; + padding:0; + height:100%; clear:both; +} + +div.container { + float:left; height:100%; + margin-right:-1px; + border-right:1px solid #CCC; } -.container-element{ +div.last-container { float:left; height:100%; } +div.padder { + padding:4px; + height:100%; + width:100%; +} + .clear-left{ clear:left; }