From e6806fd13af4bc6469bac95af34d682495e6c3c4 Mon Sep 17 00:00:00 2001 From: flop25 Date: Mon, 30 Dec 2013 19:18:13 +0000 Subject: 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 --- themes/smartpocket/theme.css | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'themes/smartpocket/theme.css') 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 -- cgit v1.2.3