mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-21 03:15:25 +00:00
Minor tweaks to Mailer UI
This commit is contained in:
committed by
Francis Lachapelle
parent
522108bdd3
commit
f694f57638
@@ -58,7 +58,7 @@
|
||||
|
||||
<div class="msg-body">
|
||||
<div class="msg-date sg-md-body-multi">
|
||||
<date data-ng-bind="message.date"><!-- date --></date>
|
||||
<time datetime="message.date" data-ng-bind="message.date"><!-- date --></time>
|
||||
</div>
|
||||
<div class="mailer_mailcontent"
|
||||
data-ng-bind-html="message.$content()"><!-- msg --></div>
|
||||
|
||||
@@ -29,6 +29,7 @@
|
||||
}
|
||||
|
||||
.msg-date {
|
||||
margin-bottom: $mg;
|
||||
text-align: right;
|
||||
}
|
||||
// sg-md title don't fit in message headers
|
||||
|
||||
Reference in New Issue
Block a user