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:32:14 +0200 |
commit | 96077f631e179ba7648c62bfebd643a86627a0a5 (patch) | |
tree | ba38c94ddc769bed14593faefda0fb86b9f849ec /skins/larry | |
parent | 2d7b4ff03fc5a4ee4705698d96ad377b5f81a65c (diff) |
Abbreviate long attachment file names with ellipsis (#1488499)
Diffstat (limited to 'skins/larry')
-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 { |