From 099b30afbfe2171f65c3155ee66b8b5fa55ddc63 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Mon, 27 Mar 2017 10:29:26 +0200 Subject: css fixes --- view/css/mod_mail.css | 5 +++++ view/theme/redbasic/css/style.css | 9 +++------ view/tpl/mail_conv.tpl | 39 ++++++++++++++------------------------- 3 files changed, 22 insertions(+), 31 deletions(-) (limited to 'view') diff --git a/view/css/mod_mail.css b/view/css/mod_mail.css index 6a98267f0..e227f550d 100644 --- a/view/css/mod_mail.css +++ b/view/css/mod_mail.css @@ -32,3 +32,8 @@ .mail-conv-outside-wrapper { margin-bottom: 20px; } + +.active .conv-participants { + color: #fff; +} + diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 83e9c64cd..0e5ff2bfb 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -737,10 +737,6 @@ div.jGrowl div.jGrowl-notification { color: $font_colour; } -.active .conv-participants { - color: #fff; -} - .contactname { font-weight: bold; display: block; @@ -1097,9 +1093,10 @@ a:hover .dropdown-sub-text { } .active .wall-item-ago, -a:active .wall-item-ago, +a.active:hover .wall-item-ago, .active .dropdown-sub-text, -a:active .dropdown-sub-text { +a:active .dropdown-sub-text, +a.active:hover .dropdown-sub-text { color: #fff; } diff --git a/view/tpl/mail_conv.tpl b/view/tpl/mail_conv.tpl index ad13ba96d..dc4eaa150 100755 --- a/view/tpl/mail_conv.tpl +++ b/view/tpl/mail_conv.tpl @@ -1,47 +1,36 @@ -
+
{{$mail.from_name}}
-
+
{{if $mail.is_recalled}}{{$mail.is_recalled}}{{/if}}
{{$mail.date}}
-
-
-
+
+
{{$mail.body}} -
{{if $mail.attachments}} - -
-- cgit v1.2.3