Changeset 2770


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

Fixing locked icons in site manager

File:
1 edited

Legend:

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

    r2769 r2770  
    25332533 
    25342534.mura-grid li dt a  { 
    2535         background: url(../images/icons/files/icon_generic_small.gif) left center no-repeat; 
     2535        background: url(../images/icons/files/icon_generic_small.gif) 1px center no-repeat; 
    25362536        color: #333232; 
    25372537        text-decoration: none; 
     
    27162716 
    27172717li.Link, .mura-grid li dt a.Link { 
    2718         background: url(../images/icons/link.gif) no-repeat 0 .7em; 
     2718        background: url(../images/icons/link.png) no-repeat 2px .7em; 
    27192719} 
    27202720 
    27212721li.Portal, .mura-grid li dt a.Portal { 
    2722         background: url(../images/icons/portal.gif) no-repeat 0 .6em; 
     2722        background: url(../images/icons/portal.png) no-repeat 0 .6em; 
    27232723} 
    27242724 
    27252725li.Gallery, .mura-grid li dt a.Gallery { 
    2726         background: url(../images/icons/smicn_32.png) no-repeat 1px .7em; 
     2726        background: url(../images/icons/smicn_32.png) no-repeat 3px .7em; 
    27272727} 
    27282728 
     
    27322732 
    27332733li.GalleryLocked, .mura-grid li dt a.GalleryLocked { 
    2734         background: url(../images/icons/smicn_32_locked.png) no-repeat 0 .7em; 
     2734        background: url(../images/icons/smicn_32_locked.png) no-repeat 1px .7em; 
    27352735} 
    27362736 
     
    27402740 
    27412741li.Calendar, .mura-grid li dt a.Calendar { 
    2742         background: url(../images/icons/calendar.gif) no-repeat 1px .6em; 
     2742        background: url(../images/icons/calendar.gif) no-repeat 2px .6em; 
    27432743} 
    27442744 
     
    27482748 
    27492749li.DocumentLocked, li.FileLocked, .mura-grid li dt a.DocumentLocked, .mura-grid li dt a.FileLocked { 
    2750         background: url(../images/icons/document_locked.gif) no-repeat 1px .1em; 
     2750        background: url(../images/icons/document_locked.png) no-repeat 1px .1em; 
    27512751} 
    27522752 
    27532753li.LinkLocked, .mura-grid li dt a.LinkLocked { 
    2754         background: url(../images/icons/link_locked.gif) no-repeat 1px .7em; 
     2754        background: url(../images/icons/link_locked.png) no-repeat 1px .7em; 
    27552755} 
    27562756 
    27572757li.PortalLocked, .mura-grid li dt a.PortalLocked { 
    2758         background: url(../images/icons/portal_locked.gif) no-repeat 0 .6em; 
     2758        background: url(../images/icons/portal_locked.png) no-repeat 0 .6em; 
    27592759} 
    27602760 
    27612761li.CalendarLocked, .mura-grid li dt a.CalendarLocked { 
    2762         background: url(../images/icons/calendar_locked.gif) no-repeat 1px .6em; 
     2762        background: url(../images/icons/calendar_locked.png) no-repeat 1px .6em; 
    27632763} 
    27642764 
Note: See TracChangeset for help on using the changeset viewer.