author | Dan |
Tue, 04 Aug 2009 19:38:01 -0400 | |
changeset 30 | 294bab0bb3e2 |
parent 6 | 4f85ab095cc8 |
child 35 | 03d6287d4a8b |
permissions | -rw-r--r-- |
0 | 1 |
span.yubikey_status { |
2 |
font-weight: bold; |
|
3 |
} |
|
4 |
||
5 |
span.yubikey_status.empty { |
|
6 |
color: #6699CC; |
|
7 |
} |
|
8 |
||
9 |
span.yubikey_status.savepending { |
|
10 |
color: #f5ac00; |
|
11 |
} |
|
12 |
||
13 |
span.yubikey_status.rmpending { |
|
14 |
color: #aa0000; |
|
15 |
} |
|
16 |
||
17 |
span.yubikey_status.enrolled { |
|
18 |
color: #008000; |
|
19 |
} |
|
20 |
||
21 |
a.yubikey_enroll { |
|
22 |
font-size: smaller; |
|
23 |
} |
|
24 |
||
25 |
tr.yk_alt1 td { |
|
26 |
background-color: #f8f8f8; |
|
27 |
} |
|
28 |
||
29 |
input.yubikey_noscript { |
|
30 |
background-color: white; |
|
31 |
background-image: url(./formicon.gif); |
|
32 |
background-position: 1px 1px; |
|
33 |
background-repeat: no-repeat; |
|
34 |
padding-left: 18px; |
|
35 |
} |
|
36 |
||
6 | 37 |
div.yubikey_bar { |
38 |
width: 88px; |
|
39 |
height: 88px; |
|
40 |
margin: 4px auto; |
|
41 |
text-align: center; |
|
42 |
background-image: url(./field.png); |
|
43 |
background-repeat: no-repeat; |
|
44 |
} |
|
45 |
||
46 |
div.yubikey_bar > img { |
|
47 |
width: 0px; |
|
48 |
height: 88px; |
|
49 |
background-image: url(./field.png); |
|
50 |
background-repeat: no-repeat; |
|
30
294bab0bb3e2
Added cancel button to interface; reverted animation to straight sweep effect instead of spread-from-center
Dan
parents:
6
diff
changeset
|
51 |
background-position: 0px -88px; |
6 | 52 |
} |
53 |
||
54 |
div.yubikey_bar > img.yubikey_bar_error { |
|
55 |
width: 88px !important; |
|
56 |
background-position: 0px -176px !important; |
|
57 |
} |