diff options
author | Torsten Grote <grote@kolabsys.com> | 2012-08-23 12:26:22 (GMT) |
---|---|---|
committer | Torsten Grote <grote@kolabsys.com> | 2012-08-23 12:26:22 (GMT) |
commit | f5ed8f7c1383abd0c9fecb487f6d1c4febaf7902 (patch) | |
tree | 8078b3b35151b3990a6b1e5a35d9aa55c078b8e4 /kolab.org/www/drupal-7.15/sites/all | |
parent | 388b33733c8851d65a2c4b83151717fcdc187290 (diff) | |
download | kolab.org-www-f5ed8f7c1383abd0c9fecb487f6d1c4febaf7902.tar.gz |
minor adjustments for sidebar when 1024x768
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 | 5 |
1 files changed, 2 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 ef3ef3e..6356639 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 @@ -79,9 +79,8 @@ div#right-sidebar { border-radius: 10px 10px 10px 10px; border: 1px solid #B2B2B2; float: right; - margin-bottom: 20px; - margin-top: 10px; - min-width: 195px; + margin: 10px 0px 20px 10px; + min-width: 185px; max-width: 18%; } |