diff options
author | Torsten Grote <grote@kolabsys.com> | 2012-08-16 09:22:31 (GMT) |
---|---|---|
committer | Torsten Grote <grote@kolabsys.com> | 2012-08-16 09:22:31 (GMT) |
commit | 940f1075c2a3046f0fe8fd7b010ad1ef72880f4b (patch) | |
tree | 94c69696715e9a2ef792f88f3d80c505353b6d01 /kolab.org/www/drupal-7.15/sites | |
parent | 8f56969841be3ac4c5cf73e657b2b62fe477a7b4 (diff) | |
download | kolab.org-www-940f1075c2a3046f0fe8fd7b010ad1ef72880f4b.tar.gz |
added padding to community tweets
Diffstat (limited to 'kolab.org/www/drupal-7.15/sites')
-rw-r--r-- | kolab.org/www/drupal-7.15/sites/all/themes/kolab/css/custom.css | 4 |
1 files changed, 4 insertions, 0 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 80322af..a81d59c 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 @@ -228,6 +228,10 @@ pre, code, tt { border-bottom: 1px solid #b2b2b2; } +.tweet-view td.views-field-text { + padding-left: 5pt; +} + #views-exposed-form-advanced-forum-active-topics-block-1 { display: none; } |