Changeset 8c4f09d in github


Ignore:
Timestamp:
Jun 20, 2012 5:10:13 AM (11 months ago)
Author:
Thomas Bruederli <thomas@…>
Branches:
master, HEAD
Children:
7dad594
Parents:
0f3ae42
Message:

Fix icon for multipart/report messages in Larry skin (#1488524)

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • CHANGELOG

    r900e622 r8c4f09d  
    22=========================== 
    33 
     4- Show dedicated icon for multipart/report messages (#1488524) 
    45- Properly hide text of icon links/buttons (#1488534) 
    56- Fix handling of unitless CSS size values in HTML message (#1488535) 
  • skins/larry/mail.css

    r900e622 r8c4f09d  
    483483        background-position: 0 -996px; 
    484484} 
     485 
    485486#messagelist thead tr td.attachment span.attachment { 
    486487        background-position: -24px -997px; 
    487488} 
    488489 
     490#messagelist tbody tr td.attachment span.report { 
     491        background-position: -24px -1116px; 
     492} 
     493 
    489494#messagelist tr td.priority { 
    490495        padding-right: 0; 
     496        text-align: right; 
    491497} 
    492498 
Note: See TracChangeset for help on using the changeset viewer.