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 +++++++------------------------ view/tpl/mail_list.tpl | 8 ++++---- 2 files changed, 11 insertions(+), 28 deletions(-) (limited to 'view') 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; } diff --git a/view/tpl/mail_list.tpl b/view/tpl/mail_list.tpl index a01396ae5..4d8a744ac 100755 --- a/view/tpl/mail_list.tpl +++ b/view/tpl/mail_list.tpl @@ -1,7 +1,7 @@
- {{$from_name}} - {{$from_name}} - {{$subject}} - {{$date}} + {{$from_name}} + {{$from_name}} + {{$subject}} + {{$date}}
-- cgit v1.2.3