Code

Updated styles for containers
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 3 Mar 2010 14:16:41 +0000 (14:16 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 3 Mar 2010 14:16:41 +0000 (14:16 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15990 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/html/themes/modern/style.css

index b37079e61928087d31af964a3289e5cc1e97a346..7015f5c105d8e1ce932a940e742bbc29a11e882e 100644 (file)
@@ -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;
 }