From 2c8b1e9c5e868987adc7b7e43b58662e9863232a Mon Sep 17 00:00:00 2001 From: Zaphod Date: Fri, 30 Mar 2012 18:55:12 +0000 Subject: feature 2587: css update git-svn-id: http://piwigo.org/svn/trunk@13821 68402e56-0260-453c-a942-63ccdbb3a9ee --- themes/elegant/theme.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'themes') diff --git a/themes/elegant/theme.css b/themes/elegant/theme.css index 199398406..fb9d17f36 100644 --- a/themes/elegant/theme.css +++ b/themes/elegant/theme.css @@ -11,10 +11,11 @@ html, body { background-color: #111;} #imageInfos, #infoSwitcher.infohidden { background-color: #333;} #thePicturePage #comments { background-color: #333;} #pictureCommentList li { background-color: #444;} + .calendarTitle { background-color: #222;} .switchBox, .header_notes { background-color: #555;} -.thumbnailCategory { background-color: #333;} +.thumbnailCategory , .commentElement { background-color: #333;} .message { background-color: #666;} INPUT[type="text"], INPUT[type="password"], @@ -52,8 +53,6 @@ INPUT:focus, SELECT:focus, TEXTAREA:focus { color: #fff;} FIELDSET, INPUT, SELECT, TEXTAREA { border: 1px solid #777;} - - /* icons */ .pwg-icon { background-image: url(../default/s26/outline_808080.png);} @@ -260,6 +259,7 @@ a:hover { border-bottom: none;} #pictureComments form p textarea { margin: 10px 0;} #pictureComments INPUT { margin: 10px;} #pictureComments INPUT[type=submit] { margin: 0;} +.commentElement .description { padding: 5px;} /* calendar */ -- cgit v1.2.3