kolab.org/www

Torsten Grote grote at kolabsys.com
Thu Aug 23 14:15:53 CEST 2012


 kolab.org/www/drupal-7.15/sites/all/themes/kolab/css/custom.css |   15 ++++------
 1 file changed, 7 insertions(+), 8 deletions(-)

New commits:
commit 5e9be3fd5a4658e6d2dc1b6466bba3613eee54dc
Author: Torsten Grote <grote at kolabsys.com>
Date:   Thu Aug 23 14:15:23 2012 +0200

    align right sidebar to the right so page is fully centered

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 914fcc2..3363229 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
@@ -21,7 +21,7 @@ div#header {
 div#header .container {
 	margin: auto;
 	width: 70%;
-	min-width: 1000px;
+	min-width: 975px;
 	padding-left: 25px;
 	text-align: left;
 }
@@ -44,7 +44,7 @@ div.body-field-wrapper {
 
 #root div.container {
 	background: transparent url(../images/bottom.png) no-repeat bottom left;
-	width: 70%;
+	width: 80%;
 	min-width: 1000px;
 }
 
@@ -76,17 +76,16 @@ div.body-field-wrapper {
 /* Sidebar */
 
 div#right-sidebar {
+	border-radius: 10px 10px 10px 10px;
+	border: 1px solid #B2B2B2;
 	float: right;
-	margin-top: 10px;
 	margin-bottom: 20px;
-	width: 28%;
+	margin-top: 10px;
+	min-width: 195px;
+	max-width: 18%;
 }
 
 div.region-right-sidebar {
-	border: 1px solid #B2B2B2;
-	border-radius: 10px;
-	display: inline-block;
-	min-width: 195px;
 	padding: 5pt;
 }
 





More information about the commits mailing list