aboutsummaryrefslogtreecommitdiffstats
path: root/themes/smartpocket/theme.css
diff options
context:
space:
mode:
authorflop25 <flop25@piwigo.org>2013-06-30 14:24:42 +0000
committerflop25 <flop25@piwigo.org>2013-06-30 14:24:42 +0000
commit3e9d3ab6865dde6a9a8b2a7aa181703dc56f1abd (patch)
tree5f30810edd57d9fd62eede09dea3be9ee53903f5 /themes/smartpocket/theme.css
parentb1a2127aef8189c48013c0540d649acee1480308 (diff)
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
Diffstat (limited to 'themes/smartpocket/theme.css')
-rw-r--r--themes/smartpocket/theme.css22
1 files changed, 21 insertions, 1 deletions
diff --git a/themes/smartpocket/theme.css b/themes/smartpocket/theme.css
index d18d94709..4afe50723 100644
--- a/themes/smartpocket/theme.css
+++ b/themes/smartpocket/theme.css
@@ -3,7 +3,7 @@
.title { margin: 10px; text-align: center; }
.title .ui-btn { margin-top: -5px; }
-.menubar { float: right; }
+. { float: right; }
.home_button { float: left; }
.pwg_footer h6 { margin: 8px; text-align:right;}
@@ -21,3 +21,23 @@
.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;
+} \ No newline at end of file