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/clear/theme.css

    r16391 r17290  
    9898UL.thumbnails span.wrap2:hover { background-color:#7CBA0F; color:#999; }
    9999UL.thumbnails span.wrap2 {
    100         padding: 4px;
    101         border-radius: 4px;
    102100        background-color:#ddd;
    103101}
     
    112110
    113111.content ul.categoryActions a img { margin-left: 10px; }
    114 ul.thumbnails input { border:3px double #666; color:#666; font-size:10px; margin:0; background-color:#bbb; text-align: center;}
     112ul.thumbnails input { color:#666; font-size:10px; margin:0; background-color:#bbb; text-align: center;}
    115113INPUT.bigbutton:hover { background-color: #ddd;  color:#0cc; border: 0; }
    116114.throw  { font-size: 120%; line-height: 26px; padding-top: 10px; font-weight: bold; }
Note: See TracChangeset for help on using the changeset viewer.