From 7ae5432fbfc0e923f2fe8dc62ff77afb8ecc80cf Mon Sep 17 00:00:00 2001 From: Thomas Bruederli Date: Wed, 30 May 2012 10:32:14 +0200 Subject: Abbreviate long attachment file names with ellipsis (#1488499) --- skins/larry/styles.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'skins') 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 { -- cgit v1.2.3