From bab1dbfcfb2f0bf3b04ace1b5001d3a5a356c043 Mon Sep 17 00:00:00 2001 From: mistic100 Date: Sat, 24 Mar 2012 20:33:18 +0000 Subject: 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 --- themes/elegant/theme.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'themes/elegant') 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;} -- cgit v1.2.3