aboutsummaryrefslogtreecommitdiffstats
path: root/themes/smartpocket/theme.css
diff options
context:
space:
mode:
authorflop25 <flop25@piwigo.org>2013-12-30 19:18:13 +0000
committerflop25 <flop25@piwigo.org>2013-12-30 19:18:13 +0000
commite6806fd13af4bc6469bac95af34d682495e6c3c4 (patch)
treef2a10356c68b47065fa619637fbda84a8ef3afb4 /themes/smartpocket/theme.css
parent86c09698e14f7a9cd17fcbdcf668c94b96cfca13 (diff)
smartpocket :
fix logout/login msg set menu elements as collapsible and as an accordion too top menu elements blue picture centered "Thumbnails" text hidden (too big) git-svn-id: http://piwigo.org/svn/trunk@26362 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/smartpocket/theme.css')
-rw-r--r--themes/smartpocket/theme.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/themes/smartpocket/theme.css b/themes/smartpocket/theme.css
index 25d968a4e..8ef740fd9 100644
--- a/themes/smartpocket/theme.css
+++ b/themes/smartpocket/theme.css
@@ -39,6 +39,10 @@
.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;
@@ -48,4 +52,10 @@
}
#PictureInfo * {
font-size: 1em;
+}
+#addComment textarea.ui-input-text {
+ min-height: 100px;
+}
+#picture_page {
+ text-align: center;
} \ No newline at end of file