Changeset 96077f6 in github


Ignore:
Timestamp:
May 30, 2012 4:32:14 AM (12 months ago)
Author:
Thomas Bruederli <thomas@…>
Branches:
master, HEAD, pdo
Children:
dcf23b9
Parents:
2d7b4ff
Message:

Abbreviate long attachment file names with ellipsis (#1488499)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • skins/larry/styles.css

    r92be3ee r96077f6  
    19171917        text-decoration: none; 
    19181918        white-space: nowrap; 
     1919        overflow: hidden; 
     1920        text-overflow: ellipsis; 
     1921} 
     1922 
     1923#compose-attachments ul li { 
     1924        padding-right: 28px; 
    19191925} 
    19201926 
Note: See TracChangeset for help on using the changeset viewer.