uamLoginForm.css
468 Bytes
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
/*
uamLoginForm.css
The file for the login form style.
Modify this file to change the style of the login form.
*/
.uam_login_link {
}
.uam_login_form {
position: relative;
}
.uam_login_form .input {
display: block;
}
.uam_login_form .input_label {
display: block;
}
.uam_login_form .checkbox {
}
.uam_login_form .checkbox_label {
left: 20px;
}
.uam_login_form .button {
display: block;
}
.uam_login_options {
}
.uam_login_options a {
}