summaryrefslogtreecommitdiff
path: root/skins
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2012-05-30 10:32:14 +0200
committerThomas Bruederli <thomas@roundcube.net>2012-05-30 10:42:27 +0200
commit7ae5432fbfc0e923f2fe8dc62ff77afb8ecc80cf (patch)
tree7429de4ca74d7c47d33947ba6804b7c260dee309 /skins
parentb4a0b9285f4bad7aed929c50069bfda7d75d9299 (diff)
Abbreviate long attachment file names with ellipsis (#1488499)
Diffstat (limited to 'skins')
-rw-r--r--skins/larry/styles.css6
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 {