Changeset e88a14a in github


Ignore:
Timestamp:
Jan 18, 2012 1:05:45 PM (16 months ago)
Author:
thomascube <thomas@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.8
Children:
ce4c610
Parents:
d1c909e
Message:

More file type icons

Location:
skins/larry
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • skins/larry/styles.css

    rd1c909e re88a14a  
    17161716} 
    17171717 
     1718.attachmentslist li.odt { 
     1719        background-position: 0 -78px; 
     1720} 
     1721 
    17181722.attachmentslist li.xls, 
    17191723.attachmentslist li.msexcel { 
    1720         background-position: 0 -78px; 
     1724        background-position: 0 -104px; 
     1725} 
     1726 
     1727.attachmentslist li.ods { 
     1728        background-position: 0 -130px; 
    17211729} 
    17221730 
    17231731.attachmentslist li.zip, 
    17241732.attachmentslist li.gz { 
    1725         background-position: 0 -104px; 
     1733        background-position: 0 -156px; 
     1734} 
     1735 
     1736.attachmentslist li.rar, 
     1737.attachmentslist li.gz { 
     1738        background-position: 0 -182px; 
    17261739} 
    17271740 
    17281741.attachmentslist li.image { 
    1729         background-position: 0 -130px; 
    1730 } 
    1731  
     1742        background-position: 0 -208px; 
     1743} 
     1744 
     1745.attachmentslist li.jpg, 
     1746.attachmentslist li.jpeg { 
     1747        background-position: 0 -234px; 
     1748} 
     1749 
     1750.attachmentslist li.png { 
     1751        background-position: 0 -260px; 
     1752} 
     1753 
     1754.attachmentslist li.m4p { 
     1755        background-position: 0 -286px; 
     1756} 
     1757 
     1758.attachmentslist li.mp3, 
    17321759.attachmentslist li.audio { 
    1733         background-position: 0 -156px; 
     1760        background-position: 0 -312px; 
    17341761} 
    17351762 
    17361763.attachmentslist li.video { 
    1737         background-position: 0 -182px; 
     1764        background-position: 0 -338px; 
     1765} 
     1766 
     1767.attachmentslist li.ics, 
     1768.attachmentslist li.calendar { 
     1769        background-position: 0 -364px; 
    17381770} 
    17391771 
Note: See TracChangeset for help on using the changeset viewer.