kolab.org/www

Torsten Grote grote at kolabsys.com
Tue Aug 21 15:31:12 CEST 2012


 kolab.org/www/drupal-7.15/sites/all/themes/kolab/css/custom.css |   34 +++++-----
 1 file changed, 18 insertions(+), 16 deletions(-)

New commits:
commit 2ab56e89c3cae478338eda5baaffa1855130bcf3
Author: Torsten Grote <grote at kolabsys.com>
Date:   Tue Aug 21 15:31:01 2012 +0200

    enlarged site width

diff --git a/kolab.org/www/drupal-7.15/sites/all/themes/kolab/css/custom.css b/kolab.org/www/drupal-7.15/sites/all/themes/kolab/css/custom.css
index 7f51131..f98c1ad 100644
--- a/kolab.org/www/drupal-7.15/sites/all/themes/kolab/css/custom.css
+++ b/kolab.org/www/drupal-7.15/sites/all/themes/kolab/css/custom.css
@@ -13,11 +13,6 @@ body.mceContentBody {
 
 /* Header Definitions */
 
-#header-region {
-	clear: right;
-	float: right;
-}
-
 #header {
 	background: transparent url(../images/logo-small.png) no-repeat top left;
 	margin-top: 20px;
@@ -25,7 +20,8 @@ body.mceContentBody {
 	cursor: pointer;
 
 	padding-left: 170px;
-	width: 1000px;
+	width: 70%;
+	min-width: 1000px;
 }
 
 #header h1 {        
@@ -72,7 +68,11 @@ div.body-field-wrapper {
     min-height: 150px;
 }
 
-    #root .container {background: transparent url(../images/bottom.png) no-repeat bottom left;}
+#root div.container {
+	background: transparent url(../images/bottom.png) no-repeat bottom left;
+	width: 70%;
+	min-width: 1000px;
+}
 
 #navlist li {
         float: left;
@@ -102,19 +102,25 @@ div.body-field-wrapper {
 /* Sidebar */
 
 div#right-sidebar {
-	background-color: #F0F0F0;
-	border: 2px solid #000000;
+	border: 1px solid #B2B2B2;
 	border-radius: 10px;
 	float: right;
-	margin-left: 5pt;
-	width: 250px;
+	margin-top: 10px;
+	width: 28%;
 }
 
 div.region-right-sidebar {
-	padding-left: 5pt;
+	padding: 5pt;
 }
 
 
+/* Content Area */
+
+div#content {
+	float: left;
+	width: 70%;
+}
+
 .content h1, .content h2, .content h2 a {
 	color: #5c5c5c;
 	font-weight: normal;
@@ -235,10 +241,6 @@ pre, code, tt {
   display: none;
 }
 
-.container, .span-24 {
-  width: 850px;
-}
-
 tr.even, tr.odd {
  background-color: transparent;
 }





More information about the commits mailing list