From b2d07d4f7234dd4ac966838fc8d5f617b13c157b Mon Sep 17 00:00:00 2001 From: plegall Date: Fri, 23 Mar 2012 21:58:12 +0000 Subject: feature 2598: add sizes XXS and XS new label for sizes On picture.php, the current size is "checked" and javascript refreshed when switched (with jQuery) jQuery loaded by default on header.tpl (already loaded by thumbnails.tpl) git-svn-id: http://piwigo.org/svn/trunk@13683 68402e56-0260-453c-a942-63ccdbb3a9ee --- themes/Sylvia/theme.css | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'themes/Sylvia/theme.css') diff --git a/themes/Sylvia/theme.css b/themes/Sylvia/theme.css index 9093cd475..b2baf4dd5 100644 --- a/themes/Sylvia/theme.css +++ b/themes/Sylvia/theme.css @@ -463,3 +463,13 @@ A:hover .pwg-icon { color:white; background-color:#666; } + +#derivativeSwitchBox, #sortOrderBox { + background-color: #222222; + border: 1px solid #FF3363; + border-radius: 0 15px 0 15px; +} + +.switchBoxTitle { + border-color:#666; +} -- cgit v1.2.3