aboutsummaryrefslogtreecommitdiffstats
path: root/themes/smartpocket/theme.css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/smartpocket/theme.css')
-rw-r--r--themes/smartpocket/theme.css48
1 files changed, 43 insertions, 5 deletions
diff --git a/themes/smartpocket/theme.css b/themes/smartpocket/theme.css
index d18d94709..8ef740fd9 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;}
@@ -16,8 +16,46 @@
.ui-content { overflow: hidden; }
.ui-field-contain, .ui-br { padding: 5px; border: 0 !important; }
-.thumbnails { list-style: none; padding: 0; margin: 0; }
+.thumbnails { list-style: none; padding: 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; }
+.thumbnails li {
+ float: left;
+ position: relative;
+ overflow: hidden;
+ display: inline;
+}
+.thumbnails li a {
+ position: absolute;
+}
+
+#more_link {
+ color: #FFFFFF;
+ display: table-cell;
+ font-size: 1.1em;
+ text-decoration: none;
+ vertical-align: middle;
+ cursor: pointer;
+}
+.ui-panel-inner > .ui-listview {
+ margin: -15px -15px 0;
+}
+#menubar .ui-collapsible-heading-toggle.ui-btn-up-a {
+ background:linear-gradient(#6FACD5, #497BAE) repeat scroll 0 0 #5E87B0;
+}
+
+.ui-li-desc {
+ text-overflow: clip;
+ white-space: normal;
+}
+#PictureInfo {
+ font-size: 0.8em;
+}
+#PictureInfo * {
+ font-size: 1em;
+}
+#addComment textarea.ui-input-text {
+ min-height: 100px;
+}
+#picture_page {
+ text-align: center;
+} \ No newline at end of file