Changeset f8c9610f in github


Ignore:
Timestamp:
May 9, 2012 5:11:16 AM (13 months ago)
Author:
Thomas Bruederli <thomas@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo
Children:
552cdea, 3c5489b
Parents:
4d7e277
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 rf8c9610f  
    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.