style.css
1.1 KB
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
#signup-form label[for="usp_id_field"],
#signup-form label[for="cpf"],
#signup-form label[for="birth_date"] {
display: block;
}
#content #signup-form input.submit[disabled=""] {
background-image: url(/plugins/stoa/images/grey-bg.png);
text-shadow: 0 -1px 0 #686156;
cursor: default;
}
.controller-profile_editor a.control-panel-invite-friends {background-image: url(/plugins/stoa/images/control-panel/invite-friends.png)}
.controller-profile_editor .msie6 a.control-panel-invite-friends {background-image: url(/plugins/stoa/images/control-panel/invite-friends.gif)}
#signup-form small#usp-id-balloon {
display: none;
width: 142px;
height: 69px;
color: #FFFFFF;
font-weight: bold;
font-size: 11px;
padding: 5px 10px 45px 10px;
margin: 0;
line-height: 1.5em;
background: transparent url(/images/orange-balloon.png) bottom center no-repeat;
position: absolute;
z-index: 2;
right: 20px;
bottom: 110px;
}
.controller-profile_editor input.checking {
cursor: progress;
}
.controller-profile_editor div.checking {
background: transparent url(/images/loading-small.gif) 153px center no-repeat;
}