From f7521efee66e5297528f52290b670df6c2ddb2aa Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Wed, 31 Jul 2013 09:12:12 +0200 Subject: Add User profiles --- hyperkitty/static/hyperkitty/css/hyperkitty-message.css | 9 ++++++++- hyperkitty/static/hyperkitty/css/hyperkitty-user.css | 5 +++++ 2 files changed, 13 insertions(+), 1 deletion(-) (limited to 'hyperkitty/static') 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; +} -- cgit