mirror of
https://github.com/Piwigo/piwigo-elegant.git
synced 2026-08-07 01:12:46 +02:00
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
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user