diff options
author | mistic100 <mistic@piwigo.org> | 2012-03-24 20:33:18 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2012-03-24 20:33:18 +0000 |
commit | bab1dbfcfb2f0bf3b04ace1b5001d3a5a356c043 (patch) | |
tree | d46ac57034aaba56ec8c99ad640914a072621c39 /themes/elegant/theme.css | |
parent | d8dd5560e6b6707e982decd6b7975a33417bb471 (diff) |
feature 2588: rename css classes 'thumbnailCategories' and 'thumbnailCategory' on comment_list.tpl
git-svn-id: http://piwigo.org/svn/trunk@13697 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/elegant/theme.css')
-rw-r--r-- | themes/elegant/theme.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/elegant/theme.css b/themes/elegant/theme.css index 7e70c0f5b..1997d5dc6 100644 --- a/themes/elegant/theme.css +++ b/themes/elegant/theme.css @@ -122,7 +122,7 @@ FIELDSET, INPUT, SELECT, TEXTAREA { .thumbnails IMG {margin-bottom:0; vertical-align:middle;} -.thumbnailCategory DIV.illustration {margin: 2px; text-align:center;} +.thumbnailCategory DIV.illustration, .commentElement DIV.illustration {margin: 2px; text-align:center;} /* picture page */ #thePicturePage {background-color:#111;} @@ -153,7 +153,7 @@ FIELDSET, INPUT, SELECT, TEXTAREA { #thePicturePage .comments_toggle_off:before {content:'(-) '} .comments_hidden ul, .comments_hidden form {display:none;} -.thumbnailCategory {background-color: #333;} +.thumbnailCategory, .commentElement {background-color: #333;} .comments_toggle {cursor: pointer;} .comments_toggle:hover {color:#fff;} |