From 6ad9606baf46ff0aa1a88e6facc114d2c219eb2b Mon Sep 17 00:00:00 2001 From: plegall Date: Fri, 23 Mar 2012 21:58:12 +0000 Subject: [PATCH] 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 --- theme.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/theme.css b/theme.css index 037de80..7e70c0f 100644 --- a/theme.css +++ b/theme.css @@ -106,10 +106,16 @@ INPUT.rateButtonSelected /* <= why IE doesn't inherit this ? */ { } /* borders */ -#derivativeSwitchBox, #sortOrderBox{ - border: 1px solid #000; +#derivativeSwitchBox, #sortOrderBox { + border: 2px solid #444; } +.switchBoxTitle { + border-bottom:2px solid #444; +} + +.derivativeSizeDetails {display:none} + FIELDSET, INPUT, SELECT, TEXTAREA { border: 1px solid gray; }