diff options
Diffstat (limited to 'hyperkitty/static')
-rw-r--r-- | hyperkitty/static/css/style.css | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/hyperkitty/static/css/style.css b/hyperkitty/static/css/style.css index 7e5a7f6..87a5946 100644 --- a/hyperkitty/static/css/style.css +++ b/hyperkitty/static/css/style.css @@ -161,10 +161,6 @@ ul.nav.auth { width: 70%; } -.email_date .date { - font-weight: bold; -} - #top_right { position: absolute; right: 20px; @@ -611,8 +607,7 @@ ul.attachments-list li { .email .email_date { font-size: 90%; } -.first_email .email_date span { - display: block; +.first_email .email_date { text-align: right; } .email_date .date { @@ -621,6 +616,8 @@ ul.attachments-list li { .email_date .time { color: rgb(167, 169, 172); margin-left: 0.5em; + border-bottom: 1px dashed rgb(167, 169, 172); + cursor: help; } .add_comment { |