From 2d23fcfe5a150987a7ac079df0b2113b082f1fca Mon Sep 17 00:00:00 2001 From: marijus Date: Sun, 13 Oct 2013 22:24:33 +0200 Subject: reorder items in private-mail - the delete button is on the right side everywhere else... --- view/theme/redbasic/css/style.css | 8 ++++++-- view/tpl/mail_list.tpl | 3 ++- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index e91e4dc5a..8116495a7 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -3318,8 +3318,8 @@ ul.menu-popup { #mail-list-wrapper { -border-bottom: 1px solid #ccc; -margin: 5px 5px 5px 5px; +border-top: 1px solid #ccc; +padding: 5px 5px 5px 5px; } span.mail-list { @@ -3339,6 +3339,10 @@ width: 30px; img.mail-list-sender-photo { height: 24px; width: 24px; +float: left; +margin-right: 30px; +-moz-border-radius: $radiuspx; +border-radius: $radiuspx; } .tag1 { diff --git a/view/tpl/mail_list.tpl b/view/tpl/mail_list.tpl index e6ddf3651..24966ad1d 100755 --- a/view/tpl/mail_list.tpl +++ b/view/tpl/mail_list.tpl @@ -1,7 +1,8 @@
- {{$from_name}} {{$from_name}} {{$subject}} {{$date}} + +
 
-- cgit v1.2.3