Ignore:
Timestamp:
Mar 23, 2012, 10:58:12 PM (12 years ago)
Author:
plg
Message:

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)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/themes/default/theme.css

    r13474 r13683  
    342342
    343343#derivativeSwitchBox, #sortOrderBox {
    344         padding: 0.5em 1em;
     344        padding: 0.5em 10px;
    345345        border-radius: 4px;
    346346        z-index: 100;
     347  text-align:left;
     348}
     349
     350.switchBoxTitle {
     351  border-bottom:1px solid #000;
     352  padding-bottom:5px;
     353  margin-bottom:5px;
    347354}
    348355
Note: See TracChangeset for help on using the changeset viewer.