From 7dca45e8b4aa53373b8d5a3ac390da48d08ca6d6 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Thu, 2 Aug 2012 21:06:30 +0200 Subject: Fix overflow of compose attachments list in Opera and IE7 browsers --- skins/classic/mail.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'skins/classic/mail.css') diff --git a/skins/classic/mail.css b/skins/classic/mail.css index cf7b69a38..c38d7448c 100644 --- a/skins/classic/mail.css +++ b/skins/classic/mail.css @@ -1485,8 +1485,7 @@ input.from_address text-indent: -5000px; width: 17px; height: 16px; - display: block; - float: left; + display: inline-block; text-decoration: none; } -- cgit v1.2.3