diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2012-05-30 10:32:14 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2012-05-30 10:42:27 +0200 |
commit | 7ae5432fbfc0e923f2fe8dc62ff77afb8ecc80cf (patch) | |
tree | 7429de4ca74d7c47d33947ba6804b7c260dee309 /skins/larry/styles.css | |
parent | b4a0b9285f4bad7aed929c50069bfda7d75d9299 (diff) |
Abbreviate long attachment file names with ellipsis (#1488499)
Diffstat (limited to 'skins/larry/styles.css')
-rw-r--r-- | skins/larry/styles.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/skins/larry/styles.css b/skins/larry/styles.css index 37f819a21..55cdc47f9 100644 --- a/skins/larry/styles.css +++ b/skins/larry/styles.css @@ -1916,6 +1916,12 @@ ul.toolbarmenu li span.conversation { text-shadow: 0px 1px 1px #fff; text-decoration: none; white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; +} + +#compose-attachments ul li { + padding-right: 28px; } .attachmentslist li a:hover { |