summaryrefslogtreecommitdiffstats
path: root/hyperkitty/static/hyperkitty/css/hyperkitty-user.css
blob: 17b1fa967493b09ad2d1f75a27bc98ee80f3f444 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
/*
 * Login form
 */

#login,
#register {
    text-align: left;
    width: 60em;
    margin: 0 auto;
}
#login h2,
#register h2 {
    margin: 4em 0 1em 0;
    text-align: center;
    font-size: 160%;
}
#login .social-login {
    text-align: center;
}
#login .social-login li {
	margin: 0 20px;
}
#login .social-login li.browserid {
    display: block;
}
#login a#browserid.disabled {
    cursor: wait;
}
#login form.openid {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    margin-top: 10px;
}


/*
 * User profile page
 */

#user-profile {
    padding: 0 2em;
}

#user-profile h1 {
    margin-bottom: 1em;
}

#user-profile h3 {
    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 {
    width: auto;
}
table.user-data th label {
    font-weight: bold;
}
table.user-data th,
table.user-data td {
    vertical-align: middle;
}
table.user-data label,
table.user-data input {
    margin-bottom: 0;
}


#user-profile .ajaxloader {
    margin-top: 0;
    margin-left: 0;
    position: absolute;
}