diff options
Diffstat (limited to 'kolab.org')
-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; } |