summaryrefslogtreecommitdiffstats
path: root/hyperkitty/static
diff options
context:
space:
mode:
authorAurélien Bompard <aurelien@bompard.org>2013-07-31 09:12:12 +0200
committerAurélien Bompard <aurelien@bompard.org>2013-08-02 10:54:14 +0200
commitf7521efee66e5297528f52290b670df6c2ddb2aa (patch)
treeaa265d38a7957244f771fc1067e127aca7d3c015 /hyperkitty/static
parent36555737b8773b765cbeb81a2417eb431d2da008 (diff)
downloadhyperkitty-f7521efee66e5297528f52290b670df6c2ddb2aa.tar.gz
hyperkitty-f7521efee66e5297528f52290b670df6c2ddb2aa.tar.xz
hyperkitty-f7521efee66e5297528f52290b670df6c2ddb2aa.zip
Add User profiles
Diffstat (limited to 'hyperkitty/static')
-rw-r--r--hyperkitty/static/hyperkitty/css/hyperkitty-message.css9
-rw-r--r--hyperkitty/static/hyperkitty/css/hyperkitty-user.css5
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;
+}