diff options
Diffstat (limited to 'hyperkitty/static')
-rw-r--r-- | hyperkitty/static/hyperkitty/css/hyperkitty-message.css | 9 | ||||
-rw-r--r-- | hyperkitty/static/hyperkitty/css/hyperkitty-user.css | 5 |
2 files changed, 13 insertions, 1 deletions
diff --git a/hyperkitty/static/hyperkitty/css/hyperkitty-message.css b/hyperkitty/static/hyperkitty/css/hyperkitty-message.css index 2f76e4e..4efd882 100644 --- a/hyperkitty/static/hyperkitty/css/hyperkitty-message.css +++ b/hyperkitty/static/hyperkitty/css/hyperkitty-message.css @@ -199,7 +199,6 @@ .email-header .gravatar { margin-right: 10px; display: inline-block; - vertical-align: middle; } .email-author .name{ @@ -211,6 +210,14 @@ font-size: 80%; font-weight: bold; } +.email-author .messagelink { + font-style: italic; + font-size: 90%; + color: rgb(167, 169, 172); +} +.email-author .messagelink a { + color: rgb(167, 169, 172); +} .email-first .email-date { text-align: right; diff --git a/hyperkitty/static/hyperkitty/css/hyperkitty-user.css b/hyperkitty/static/hyperkitty/css/hyperkitty-user.css index 17b1fa9..23a8c2c 100644 --- a/hyperkitty/static/hyperkitty/css/hyperkitty-user.css +++ b/hyperkitty/static/hyperkitty/css/hyperkitty-user.css @@ -91,3 +91,8 @@ table.user-data input { margin-left: 0; position: absolute; } + + +#user-profile table.subscriptions { + width: auto; +} |