Ignore:
Timestamp:
Aug 1, 2012, 7:00:07 PM (12 years ago)
Author:
rvelices
Message:

merge -r17289 from trunk to 2.4: batch manager improvements/fixes:

  • when refreshing photo set, start is set to 0 (otherwise if the new set is smaller that start, it looks like it is empty)
  • correct positioning of thumbnails (width/height) is done in template instead of javascript (immediate instead on ready + no reflows)
  • less space lost on batch manager page
  • fix wrong page title in batch manager because of global variable $title overriden
  • fix language keys in element_set_ranks (capital/lowercase issue)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.4/admin/themes/roma/theme.css

    r16391 r17290  
    6565UL.thumbnails span.wrap2:hover { background-color#7CBA0F; color:#666; }
    6666UL.thumbnails span.wrap2 {
    67         padding: 4px;
    68         border-radius: 4px;
    6967        background-color:#333;
    7068}
     
    8179.tagSelected LABEL {color:#000;}
    8280.content ul.categoryActions a img { margin-left: 10px; }
    83 ul.thumbnails input { border:3px double #999; color:#999; font-size:10px; margin:0; background-color:#444; text-align: center;}
     81ul.thumbnails input { color:#999; font-size:10px; margin:0; background-color:#444; text-align: center;}
    8482INPUT[type="submit"]:hover , INPUT[type="reset"]:hover  { cursor: pointer; }
    8583INPUT.bigbutton:hover { background-color: #222;  color:#f33; border: 0; }
Note: See TracChangeset for help on using the changeset viewer.