summaryrefslogtreecommitdiffstats
path: root/hyperkitty/static/css/hyperkitty.css
diff options
context:
space:
mode:
authorAurélien Bompard <aurelien@bompard.org>2013-02-16 15:42:30 +0100
committerAurélien Bompard <aurelien@bompard.org>2013-02-16 15:42:30 +0100
commit750b596044fa30b3ceb0f7885d18bbf5e71cb53e (patch)
tree974cb8cbb73da1b240a72e645370d311bb9340ca /hyperkitty/static/css/hyperkitty.css
parent5e894dd453c4b4b553b702f0b61c2e8315265297 (diff)
downloadhyperkitty-750b596044fa30b3ceb0f7885d18bbf5e71cb53e.tar.gz
hyperkitty-750b596044fa30b3ceb0f7885d18bbf5e71cb53e.tar.xz
hyperkitty-750b596044fa30b3ceb0f7885d18bbf5e71cb53e.zip
Give a link to gravatar from the user profile
Diffstat (limited to 'hyperkitty/static/css/hyperkitty.css')
-rw-r--r--hyperkitty/static/css/hyperkitty.css20
1 files changed, 19 insertions, 1 deletions
diff --git a/hyperkitty/static/css/hyperkitty.css b/hyperkitty/static/css/hyperkitty.css
index ec4f136..5ef49e0 100644
--- a/hyperkitty/static/css/hyperkitty.css
+++ b/hyperkitty/static/css/hyperkitty.css
@@ -166,8 +166,26 @@ h1.lists {
margin-top: 2em;
}
+#user-profile form {
+ float: left;
+}
+
+#user-profile div.gravatar {
+ /*float: right;*/
+ float: left;
+ width: auto;
+ font-size: 95%;
+ margin-left: 4em;
+}
+#user-profile img.gravatar {
+ width: auto;
+}
+#user-profile .gravatar p {
+ text-align: center;
+}
+
+
table.user-data {
- margin-top: 2em;
width: auto;
}
table.user-data th label {