-
Notifications
You must be signed in to change notification settings - Fork 44
/
Copy pathqa-open-login.css
51 lines (42 loc) · 1.02 KB
/
qa-open-login.css
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
/* Open Login buttons */
.open-login-button.context-associate,
.open-login-button.context-login,
.open-login-button.context-register {
font-weight: bold;
display: inline-block;
margin-top: 5px;
width: 30%;
}
.open-login-button.context-sidebar {
font-weight: bold;
margin: 0 10px 5px 10px;
display: block;
max-width: 90%;
}
.open-login-button.context-menu.zocial {
margin-top: -4px;
font-size: 11px;
}
.open-login-profile, .open-login-accounts, .open-login-others {
padding-bottom: 40px;
border-bottom: 1px solid gray;
}
.qa-nav-user { /* this should not have negative effects */
height: 24px;
margin-top: 4px;
}
.open-login-others .opacxhtml select {
margin: 5px 0;
}
.open-login-others .opacxhtml {
padding-left: 35px;
}
.open-login-accounts a.opacxdel:hover {
text-decoration: none;
}
.open-login-accounts a.opacxdel{
display: inline-block;
line-height: 25px;
margin: 0 5px;
}
/* End of Open Login buttons */