Changeset 3f5cce66 in github


Ignore:
Timestamp:
Dec 10, 2009 12:25:34 PM (3 years ago)
Author:
alecpl <alec@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
f47e2dc
Parents:
8abe548
Message:
  • pixel-fix in mailboxlist
File:
1 edited

Legend:

Unmodified
Added
Removed
  • skins/default/mail.css

    r3815e05 r3f5cce66  
    415415  position: relative; 
    416416  font-size: 11px; 
    417   background: url('images/icons/folders.png') 5px 1px no-repeat; 
     417  background: url('images/icons/folders.png') 5px 0 no-repeat; 
    418418  border-bottom: 1px solid #EBEBEB; 
    419419} 
     
    424424  left: 8px !important; 
    425425  left: -16px; 
    426   top: 2px; 
     426  top: 1px; 
    427427  width: 14px; 
    428428  height: 16px; 
     
    447447#mailboxlist li.inbox 
    448448{ 
    449   background-position: 5px -17px; 
     449  background-position: 5px -18px; 
    450450} 
    451451 
    452452#mailboxlist li.drafts 
    453453{ 
    454   background-position: 5px -36px; 
     454  background-position: 5px -37px; 
    455455} 
    456456 
     
    467467#mailboxlist li.trash 
    468468{ 
    469   background-position: 5px -90px; 
     469  background-position: 5px -91px; 
    470470} 
    471471 
Note: See TracChangeset for help on using the changeset viewer.