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-list { +float: left; +width: 20%; +} + 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; +height: 24px; +width: 24px; } - -span.mail-from { -float: left; -width: 200px; -} - -span.mail-subject.unseen{ -float: left; -width: 200px; -} - -span.mail-date { -float:left; -width: 200px; -} - - .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}}