feature 2587: slideshow & calendar pages layout update

git-svn-id: http://piwigo.org/svn/trunk@13789 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
Zaphod 2012-03-28 19:35:46 +00:00
parent 67135f0a9a
commit e57843ac69

View file

@ -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}