Changeset 568e26c in github


Ignore:
Timestamp:
May 9, 2012 5:20:56 AM (13 months ago)
Author:
Thomas Bruederli <bruederli@…>
Branches:
release-0.8
Children:
5c6d1ac
Parents:
5251421
git-author:
Thomas Bruederli <thomas@…> (05/09/12 05:11:16)
git-committer:
Thomas Bruederli <bruederli@…> (05/09/12 05:20:56)
Message:
  • Add file type icons for plain text (#1488451) and vcard files
  • Align heights of search box and decorated drop-down menu (#1488354)
Location:
skins/larry
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • skins/larry/styles.css

    r4dbc961 r568e26c  
    12811281        width: 176px; 
    12821282        margin: 0; 
    1283         padding: 5px 26px 5px 38px; 
     1283        padding: 5px 26px 2px 38px; 
     1284        height: 18px; 
    12841285        background: #f1f1f1; 
    12851286        border-color: #a3a3a3; 
     
    12961297        position: absolute; 
    12971298        top: 4px; 
    1298         right: 3px; 
     1299        right: 1px; 
    12991300} 
    13001301 
     
    14781479a.dropdownselector { 
    14791480        position: absolute; 
     1481        padding: 1px 0; 
    14801482        z-index: 1; 
     1483} 
     1484 
     1485a.dropdownselector .handle { 
     1486        margin: -1px 0; 
     1487        padding-top: 5px; 
     1488        min-height: 20px; 
    14811489} 
    14821490 
     
    18871895} 
    18881896 
     1897.attachmentslist li.txt, 
     1898.attachmentslist li.text { 
     1899        background-position: 0 -416px; 
     1900} 
     1901 
     1902.attachmentslist li.vcard { 
     1903        background-position: 0 -390px; 
     1904} 
     1905 
     1906.attachmentslist li.html { 
     1907        background-position: 0 -442px; 
     1908} 
     1909 
    18891910.attachmentslist li a, 
    18901911#compose-attachments ul li { 
Note: See TracChangeset for help on using the changeset viewer.