diff options
author | Torsten Grote <grote@kolabsys.com> | 2012-08-21 13:31:01 (GMT) |
---|---|---|
committer | Torsten Grote <grote@kolabsys.com> | 2012-08-21 13:31:01 (GMT) |
commit | 2ab56e89c3cae478338eda5baaffa1855130bcf3 (patch) | |
tree | 09c1495f7fac3478d3c59553a8af18074b13d019 /kolab.org/www/drupal-7.15/sites/all | |
parent | 2fb13c8d2eb8152a1d6f302fee54bc6599820145 (diff) | |
download | kolab.org-www-2ab56e89c3cae478338eda5baaffa1855130bcf3.tar.gz |
enlarged site width
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 | 34 |
1 files changed, 18 insertions, 16 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 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; } |