Ignore:
Timestamp:
Feb 20, 2012, 8:28:43 PM (12 years ago)
Author:
plg
Message:

feature 2581: new design on albums list management.

icons removed, replaced by text links visible on :hover

better ergonomy for automatic order: the "save manual order" submit button
only appears when a change is detected in the album ordering. The "automatic
sort order" becomes a dedicated fieldset, hidden by default, displayed "on
user demand".

new virtual album form displayed only "on user demand"

cat_list, cat_move and permalinks are 3 tabs for the "Albums > Manage" link
in the menubar.

permalinks admin page slightly redesign: fieldsets instead of centered h3,
"on user demand" form to add/modify permalinks.

File:
1 edited

Legend:

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

    r13244 r13282  
    152152}
    153153
    154 FORM#categoryOrdering {
    155         padding-left: 1em; /* same as FIELDSET margin (there is no fieldset in this form) */
    156         padding-right: 1em; /* same as FIELDSET margin (there is no fieldset in this form) */
    157 }
    158154FORM#categoryOrdering p {
    159155        text-align: left;
    160         margin-top: 1em;
    161         margin-bottom: 1em;
     156        /* margin-top: 1em; */
     157        /* margin-bottom: 1em; */
    162158}
    163159UL.categoryUl {
    164160        list-style: none;
    165161        padding: 0;
    166         margin: 0;
     162        margin: 1em;
    167163}
    168164
    169165LI.categoryLi {
     166/*
    170167        width: 100%;
    171         border: 1px solid #666;
    172         padding: 0px 5px;
     168*/
     169        padding: 5px;
    173170        margin-bottom: 5px;
     171  border-radius:5px;
    174172}
    175173
     
    10741072  text-align:left;
    10751073}
     1074
     1075FORM#categoryOrdering p.albumTitle {margin:0;}
     1076FORM#categoryOrdering p.albumActions {visibility:hidden; margin:0}
     1077FORM#categoryOrdering .categoryLi:hover p.albumActions {visibility:visible;}
     1078
     1079.showCreateAlbum {text-align:left; margin:0 1em 1em 1em;line-height:22px;}
     1080#autoOrder p, #createAlbum p {text-align:left; margin:0 0 1em 0;}
     1081#autoOrder p.actionButtons, #createAlbum p.actionButtons {margin-bottom:0;}
Note: See TracChangeset for help on using the changeset viewer.