diff options
author | Torsten Grote <grote@kolabsys.com> | 2012-08-23 11:18:42 (GMT) |
---|---|---|
committer | Torsten Grote <grote@kolabsys.com> | 2012-08-23 11:18:42 (GMT) |
commit | a2be2362569f369ac31e5fb35b9c2a95b1bc3e95 (patch) | |
tree | e321072cca0462b70e9f4d4b968fff7df650eeb9 /kolab.org/www/drupal-7.15/sites/all | |
parent | 862b0849a24b2d2ab14f1ab4e74b1cc952786a8f (diff) | |
download | kolab.org-www-a2be2362569f369ac31e5fb35b9c2a95b1bc3e95.tar.gz |
some more last minute css fixes
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 | 9 |
1 files changed, 6 insertions, 3 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 6732716..ead8da3 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 @@ -14,9 +14,10 @@ body.mceContentBody { /* Header Definitions */ div#header { - width: 70%; - padding-top: 10px; + margin-left: 15%; padding-left: 20px; + padding-top: 10px; + text-align: left; } @@ -71,6 +72,7 @@ div.body-field-wrapper { div#right-sidebar { float: right; margin-top: 10px; + margin-bottom: 20px; width: 28%; } @@ -391,6 +393,7 @@ img.alignleft { #block-views-news-block-news h2 { font-size: 12pt; + font-weight: bold; border-bottom: 1px solid #B2B2B2; } @@ -418,7 +421,7 @@ img.alignleft { /* positioning for rss icon */ div.news div.view-header { float: right; - margin-top: -37pt; + margin-top: -25pt; margin-right: 10pt; } div.planet div.view-header { |