diff options
author | Torsten Grote <grote@kolabsys.com> | 2012-08-14 10:38:50 (GMT) |
---|---|---|
committer | Torsten Grote <grote@kolabsys.com> | 2012-08-14 10:38:50 (GMT) |
commit | eb328b7075022908c3e7913a4b2a9a058e247fe8 (patch) | |
tree | dc473d74276463a5cda19b6a333c6562fe99997e /kolab.org | |
parent | 50b9d179e74f1dd8d97cb2bd235c5c1abe534f44 (diff) | |
download | kolab.org-www-eb328b7075022908c3e7913a4b2a9a058e247fe8.tar.gz |
add css for submitted area
Diffstat (limited to 'kolab.org')
-rw-r--r-- | kolab.org/www/drupal-7.14/sites/all/themes/kolab/css/custom.css | 47 |
1 files changed, 20 insertions, 27 deletions
diff --git a/kolab.org/www/drupal-7.14/sites/all/themes/kolab/css/custom.css b/kolab.org/www/drupal-7.14/sites/all/themes/kolab/css/custom.css index c982cb5..8988ce2 100644 --- a/kolab.org/www/drupal-7.14/sites/all/themes/kolab/css/custom.css +++ b/kolab.org/www/drupal-7.14/sites/all/themes/kolab/css/custom.css @@ -110,42 +110,35 @@ div.body-field-wrapper { width: 100%; } -.content { - padding-bottom: 10px; - margin-bottom: 10px; - padding-top: 1em; - background: transparent url(../images/line.png) no-repeat bottom center; -} - #content-sidebar { width: 250px; } -#content-sidebar, .content { -/* display: table-cell;*/ - padding-left: 30px; - padding-right: 30px; +.content h1, .content h2, .content h2 a { + color: #5c5c5c; + font-weight: normal; + text-shadow: 0 2px 2px #FFFFFF; } - .content h1, .content h2, .content h2 a { - color: #5c5c5c; - font-weight: normal; - text-shadow: 0 2px 2px #FFFFFF; - } +.content .node { + margin-bottom: 15px; +} - .content .node { - margin-bottom: 15px; - } +.content table tbody p { + background: none; +} - .content table tbody p { - background: none; - } +.content .clear-block .submitted { + font-style: italic; + position: relative; + top: -1.5em; +} - .content .clear-block .submitted { - font-style: italic; - position: relative; - top: -1.5em; - } +.content .submitted { + background-color: #F1F1F1; + display: inline-block; + padding: 3px; +} /* * Hide the link to the user's blog on planet. |