diff options
author | Torsten Grote <grote@kolabsys.com> | 2012-08-23 12:15:23 (GMT) |
---|---|---|
committer | Torsten Grote <grote@kolabsys.com> | 2012-08-23 12:15:23 (GMT) |
commit | 5e9be3fd5a4658e6d2dc1b6466bba3613eee54dc (patch) | |
tree | 8b3d39d1bedfbdddbd7eaddbcebec205de6a1258 /kolab.org/www/drupal-7.15/sites/all | |
parent | 8a7b7cd1e03bfa32cd657b70557eb17e73de8b0a (diff) | |
download | kolab.org-www-5e9be3fd5a4658e6d2dc1b6466bba3613eee54dc.tar.gz |
align right sidebar to the right so page is fully centered
Diffstat (limited to 'kolab.org/www/drupal-7.15/sites/all')
-rw-r--r-- | kolab.org/www/drupal-7.15/sites/all/themes/kolab/css/custom.css | 15 |
1 files 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; } |