Files
Piwigo/themes/smartpocket/theme.css
flop25 3e9d3ab686 bug:2848
jquery.mobile updated
photoswipe updated
menubar is now a right panel, with almost all the usual links
added comment, search, picture, about and tags pages

ToDo:
*bug correction of the link added to the photoswipe toolbar (link doesn't triggered)
*display the calculated size on the picture page
limitations: no calendar view

git-svn-id: http://piwigo.org/svn/trunk@23713 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-30 14:24:42 +00:00

43 lines
1.3 KiB
CSS

@import "jquery.mobile.css";
@import "photoswipe.css";
.title { margin: 10px; text-align: center; }
.title .ui-btn { margin-top: -5px; }
. { float: right; }
.home_button { float: left; }
.pwg_footer h6 { margin: 8px; text-align:right;}
.errors h3, .infos h3{ float:left; margin-top:8px; }
.errors div, .infos div { float:right; margin-top:4px; }
.errors p, .infos p { clear:both; font-size:85%; margin-bottom:8px; }
.ui-icon-profil { background-image: url("images/profil.png"); background-color: transparent; }
.ui-content { overflow: hidden; }
.ui-field-contain, .ui-br { padding: 5px; border: 0 !important; }
.thumbnails { list-style: none; padding: 0; margin: 0; }
.thumbnails:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
.thumbnails li { float: left; }
.thumbnails li a { display: block; margin: 5px; }
.thumbnails li img { display: block; width: 100%; height: auto; }
#more_link {
color: #FFFFFF;
display: table-cell;
font-size: 1.1em;
text-decoration: none;
vertical-align: middle;
}
.ui-panel-inner > .ui-listview {
margin: -15px -15px 0;
}
.ui-li-desc {
text-overflow: clip;
white-space: normal;
}
#PictureInfo {
font-size: 0.8em;
}
#PictureInfo * {
font-size: 1em;
}