summaryrefslogtreecommitdiffstats
path: root/hyperkitty/static
diff options
context:
space:
mode:
authorAurélien Bompard <aurelien@bompard.org>2013-08-01 16:59:03 +0000
committerAurélien Bompard <aurelien@bompard.org>2013-08-02 10:54:23 +0200
commit544cde185f9f55deab7b0738561e0b073e765c6a (patch)
treee24a03f8792a65c59a0d10e4c5e3f4527049d160 /hyperkitty/static
parentc14775c638735fd719a97f53cb119ccea37f2ba4 (diff)
downloadhyperkitty-544cde185f9f55deab7b0738561e0b073e765c6a.tar.gz
hyperkitty-544cde185f9f55deab7b0738561e0b073e765c6a.tar.xz
hyperkitty-544cde185f9f55deab7b0738561e0b073e765c6a.zip
Add the Gravatar on the public profile page
Diffstat (limited to 'hyperkitty/static')
-rw-r--r--hyperkitty/static/hyperkitty/css/hyperkitty-user.css21
1 files changed, 12 insertions, 9 deletions
diff --git a/hyperkitty/static/hyperkitty/css/hyperkitty-user.css b/hyperkitty/static/hyperkitty/css/hyperkitty-user.css
index 23a8c2c..1f04c70 100644
--- a/hyperkitty/static/hyperkitty/css/hyperkitty-user.css
+++ b/hyperkitty/static/hyperkitty/css/hyperkitty-user.css
@@ -39,33 +39,33 @@
* User profile page
*/
-#user-profile {
+.user-profile {
padding: 0 2em;
}
-#user-profile h1 {
+.user-profile h1 {
margin-bottom: 1em;
}
-#user-profile h3 {
+.user-profile h3 {
margin-top: 2em;
}
-#user-profile form {
+.user-profile form {
float: left;
}
-#user-profile div.gravatar {
+.user-profile div.gravatar {
/*float: right;*/
float: left;
width: auto;
font-size: 95%;
margin-left: 4em;
}
-#user-profile img.gravatar {
+.user-profile img.gravatar {
width: auto;
}
-#user-profile .gravatar p {
+.user-profile .gravatar p {
text-align: center;
}
@@ -86,13 +86,16 @@ table.user-data input {
}
-#user-profile .ajaxloader {
+.user-profile .ajaxloader {
margin-top: 0;
margin-left: 0;
position: absolute;
}
-#user-profile table.subscriptions {
+.user-profile table.subscriptions {
width: auto;
}
+.user-public-profile table.user-data {
+ float: left;
+}