Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2017-09-26 15:54:49 +0300
committerJan-Christoph Borchardt <hey@jancborchardt.net>2017-09-26 15:54:49 +0300
commit58997d0fcf4420d5cd0aa43d4326c25ff852df6a (patch)
treee67810b3dafc34008156f44777a8aee5c869b906 /css
parent2a8bed8b5ed55e83000140540b902657985b0dca (diff)
Reduce date size and don't bold on unread
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'css')
-rwxr-xr-xcss/mail.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/css/mail.css b/css/mail.css
index f5db43a9f..afa90f6c5 100755
--- a/css/mail.css
+++ b/css/mail.css
@@ -351,6 +351,7 @@
.mail-message-summary .date {
position: absolute;
+ font-size: 80%;
right: 0;
top: 0;
max-width: 40%;
@@ -359,8 +360,7 @@
}
.mail-message-summary.unseen .mail-message-summary-from,
-.mail-message-summary.unseen .mail-message-summary-subject,
-.mail-message-summary.unseen .date {
+.mail-message-summary.unseen .mail-message-summary-subject {
font-weight: bold;
}