From 5e9be3fd5a4658e6d2dc1b6466bba3613eee54dc Mon Sep 17 00:00:00 2001 From: Torsten Grote Date: Thu, 23 Aug 2012 14:15:23 +0200 Subject: align right sidebar to the right so page is fully centered --- .../www/drupal-7.15/sites/all/themes/kolab/css/custom.css | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) 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; } -- cgit v0.12