From e57843ac698c456c8bceeb95f592683b8b6f058f Mon Sep 17 00:00:00 2001 From: Zaphod Date: Wed, 28 Mar 2012 19:35:46 +0000 Subject: feature 2587: slideshow & calendar pages layout update git-svn-id: http://piwigo.org/svn/trunk@13789 68402e56-0260-453c-a942-63ccdbb3a9ee --- themes/elegant/theme.css | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'themes') diff --git a/themes/elegant/theme.css b/themes/elegant/theme.css index e4e280ce9..d2b30ae40 100644 --- a/themes/elegant/theme.css +++ b/themes/elegant/theme.css @@ -12,6 +12,7 @@ html, body { background-color: #111;} #thePicturePage #comments { background-color: #333;} #pictureCommentList li { background-color: #444;} #pictureCommentList .commentElement { background-color: transparent;} +.calendarTitle { background-color: #222;} .switchBox, .header_notes { background-color: #555;} .thumbnailCategory, .commentElement { background-color: #333;} @@ -45,11 +46,15 @@ INPUT:focus, SELECT:focus, TEXTAREA:focus { color: #fff;} #content,.content, .content .titrePage { border-bottom: 2px solid #444;} #imageHeaderBar { border: solid 0 #444; border-bottom-width:2px;} #copyright { border-top-width:2px;} +#content .calendarTitleBar { border-bottom: none;} +.calendarTitle { border-top: 2px solid #444;} .switchBox { border: 1px solid #000;} .switchBoxTitle { border-bottom: 1px solid #444;} FIELDSET, INPUT, SELECT, TEXTAREA { border: 1px solid #777;} + + /* icons */ .pwg-icon { background-image: url(../default/s26/outline_808080.png);} @@ -125,6 +130,7 @@ a:hover { border-bottom: none;} margin:0; } +#slideshow #theImage { width: 100%; margin: auto; overflow: visible;} #theImage.infohidden { width: 100%;} #commentsSwitcher { float: left; margin: 2px 0; cursor:pointer;} @@ -268,6 +274,11 @@ a:hover { border-bottom: none;} #pictureComments INPUT { margin: 10px;} #pictureComments INPUT[type=submit] { margin: 0;} + +/* calendar */ + +.calendarViews { margin-top: 4px;} + /* plugins */ #the_page .content .stuffs { margin: 0!important} -- cgit v1.2.3