From fc52af24f1418d6590a2d37a0d8cc31b123e38f6 Mon Sep 17 00:00:00 2001 From: Thomas Bruederli <thomas@roundcube.net> Date: Tue, 19 Aug 2014 12:08:35 -0400 Subject: [PATCH] Fix merge error that disabled contact drag'n'drop --- skins/larry/styles.css | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/skins/larry/styles.css b/skins/larry/styles.css index 8c86f9f..e298f32 100644 --- a/skins/larry/styles.css +++ b/skins/larry/styles.css @@ -2265,12 +2265,13 @@ display: block; color: #333; font-weight: bold; - padding: 8px 4px 3px 30px; + padding: 3px 4px 3px 30px; text-shadow: 0px 1px 1px #fff; text-decoration: none; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; + line-height: 20px; } #compose-attachments ul li { @@ -2288,9 +2289,9 @@ .attachmentslist li a.delete, .attachmentslist li a.cancelupload { position: absolute; - top: 6px; + top: 4px; right: 0; - width: 24px; + width: 20px; height: 18px; padding: 0; text-decoration: none; -- Gitblit v1.9.1