From fc2ede307ff12b4f2fe8633789e408a117be6238 Mon Sep 17 00:00:00 2001 From: Thomas Willingham Date: Fri, 6 Sep 2013 02:43:00 +0100 Subject: Redbasic - optimise mail list. --- view/theme/redbasic/css/style.css | 31 +++++++------------------------ 1 file changed, 7 insertions(+), 24 deletions(-) (limited to 'view/theme') diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 50d98bc14..c1e5b76d1 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -3261,38 +3261,21 @@ border-bottom: 1px solid #ccc; padding: 20px; } -span.mail-delete { -float: left; -width: 30px; -} - -a.mail-list-sender-url { -float: left; -width: 35px; -} - -img.mail-list-sender-photo { -height: 16px; -width: 16px; -} - - -span.mail-from { +span.mail-list { float: left; -width: 200px; +width: 20%; } -span.mail-subject.unseen{ +span.mail-delete { float: left; -width: 200px; +width: 30px; } -span.mail-date { -float:left; -width: 200px; +img.mail-list-sender-photo { +height: 24px; +width: 24px; } - .tag1 { font-size : 1.0em !important; } -- cgit v1.2.3