diff options
author | plegall <plg@piwigo.org> | 2012-03-23 21:58:12 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2012-03-23 21:58:12 +0000 |
commit | b2d07d4f7234dd4ac966838fc8d5f617b13c157b (patch) | |
tree | 8d42e1815609202902290f7ddf0ce05796b3c9c4 /themes/default/theme.css | |
parent | 20133b46141ac32454b6a98dd2b46df9290192d9 (diff) |
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
Diffstat (limited to 'themes/default/theme.css')
-rw-r--r-- | themes/default/theme.css | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/themes/default/theme.css b/themes/default/theme.css index 2049d04af..23fcf420c 100644 --- a/themes/default/theme.css +++ b/themes/default/theme.css @@ -341,9 +341,16 @@ TD.calDayHead { #imageToolBar .pwg-button {width:42px;} #derivativeSwitchBox, #sortOrderBox { - padding: 0.5em 1em; + padding: 0.5em 10px; border-radius: 4px; z-index: 100; + text-align:left; +} + +.switchBoxTitle { + border-bottom:1px solid #000; + padding-bottom:5px; + margin-bottom:5px; } #theImage { |