Ignore:
Timestamp:
Feb 2, 2011, 10:35:48 AM (13 years ago)
Author:
plg
Message:

bug 2172 fixed: the "sort order" options are removed from the album administration main page.

bug 2173 fixed: rename "manual order" into "automatic order" and "by rank" into "manual order"

bug 2174 fixed: only show the automatic order options when it's relevant

new icon for the "manage photo order" screen

hide the numeric rank below the thumbnail (it is confusing for users)

tell users that you can drag'n drop to reorder photos

bug fixed: the "apply to sub-albums" options for photo orders was not working

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/themes/default/thumbnails.css

    r7869 r9051  
    77UL.thumbnails li.rank-of-image {
    88  float: left;
    9   background-color: #111;
    10   border: 1px solid #666;
     9  background-color: #333;
    1110  color: #666;
    12   -moz-border-radius: 4px;
     11  -moz-border-radius: 5px;
    1312  display: block;
    1413  width: 104px;
    15   height: 128px;
     14  height: 104px;
    1615  cursor: move;
    1716  margin: 10px;
     
    1918UL.thumbnails li.rank-of-image img {
    2019  margin: 0 20px;
    21   padding: 4px 2px;
     20  padding: 8px 2px;
    2221  float: left;
    2322}
     
    3130}
    3231UL.thumbnails li.rank-of-image input {
    33   height: 12px;
    34   width: 50px;
    35   position: relative;
    36   top: 4px; 
    3732}
    3833UL.thumbnails SPAN.wrap1 {
Note: See TracChangeset for help on using the changeset viewer.