From 7ae5432fbfc0e923f2fe8dc62ff77afb8ecc80cf Mon Sep 17 00:00:00 2001
From: Thomas Bruederli <thomas@roundcube.net>
Date: Wed, 30 May 2012 04:42:27 -0400
Subject: [PATCH] Abbreviate long attachment file names with ellipsis (#1488499)

---
 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 37f819a..55cdc47 100644
--- a/skins/larry/styles.css
+++ b/skins/larry/styles.css
@@ -1916,6 +1916,12 @@
 	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 {

--
Gitblit v1.9.1