Changeset 2768


Ignore:
Timestamp:
09/05/10 16:10:24 (17 months ago)
Author:
seanschroeder
Message:

Fixing "locked" icon placement in site manager

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/5.2.1/www/admin/css/admin.css

    r2759 r2768  
    27222722 
    27232723li.Link, .mura-grid li dt a.Link { 
    2724         background: url(../images/icons/link.gif) no-repeat 0 .6em; 
     2724        background: url(../images/icons/link.gif) no-repeat 0 .7em; 
    27252725} 
    27262726 
    27272727li.Portal, .mura-grid li dt a.Portal { 
    2728         background: url(../images/icons/portal.gif) no-repeat 0px .6em; 
     2728        background: url(../images/icons/portal.gif) no-repeat 0 .6em; 
    27292729} 
    27302730 
     
    27342734 
    27352735li.Image, .mura-grid li dt a.Image { 
    2736         background: url(../images/icons/image_32.png) no-repeat 0px .6em; 
     2736        background: url(../images/icons/image_32.png) no-repeat 0 .6em; 
    27372737} 
    27382738 
    27392739li.GalleryLocked, .mura-grid li dt a.GalleryLocked { 
    2740         background: url(../images/icons/smicn_32_locked.png) no-repeat 1px .1em; 
     2740        background: url(../images/icons/smicn_32_locked.png) no-repeat 0 .7em; 
    27412741} 
    27422742 
    27432743li.ImageLocked, .mura-grid li dt a.ImageLocked { 
    2744         background: url(../images/icons/image_32_locked.png) no-repeat 0px .1em; 
     2744        background: url(../images/icons/image_32_locked.png) no-repeat 0 .1em; 
    27452745} 
    27462746 
     
    27502750 
    27512751li.PageLocked, .mura-grid li dt a.PageLocked { 
    2752         background: url(../images/icons/files/icon_generic_small_locked.gif) no-repeat 11px 1px; 
     2752        background: url(../images/icons/files/icon_generic_small_locked.gif) no-repeat 1px .6em; 
    27532753} 
    27542754 
     
    27582758 
    27592759li.LinkLocked, .mura-grid li dt a.LinkLocked { 
    2760         background: url(../images/icons/link_locked.gif) no-repeat 1px .2em; 
     2760        background: url(../images/icons/link_locked.gif) no-repeat 1px .7em; 
    27612761} 
    27622762 
    27632763li.PortalLocked, .mura-grid li dt a.PortalLocked { 
    2764         background: url(../images/icons/portal_locked.gif) no-repeat 0px .1em; 
     2764        background: url(../images/icons/portal_locked.gif) no-repeat 0 .6em; 
    27652765} 
    27662766 
    27672767li.CalendarLocked, .mura-grid li dt a.CalendarLocked { 
    2768         background: url(../images/icons/calendar_locked.gif) no-repeat 1px 0; 
     2768        background: url(../images/icons/calendar_locked.gif) no-repeat 1px .6em; 
    27692769} 
    27702770 
Note: See TracChangeset for help on using the changeset viewer.