blob: eaa5914a744a3dc158e970a0b4fc0b4c293c3367 (
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
|
input {
transform: none !important;
width: auto !important;
position: static !important;
}
input[type="radio"] {
appearance: radio !important;
-webkit-appearance: radio !important;
-moz-appearance: radio !important;
padding-right: .2em !important;
}
input[type="checkbox"] {
appearance: checkbox !important;
-webkit-appearance: checkbox !important;
-moz-appearance: checkbox !important;
}
button {
text-indent: 0 !important;
}
label {
display: initial !important;
position: static !important;
transform: none !important;
opacity: 1 !important;
text-indent: 0 !Important;
position: static;
width: auto !important;
padding: 4px !important;
}
span.preset {
display: block;
width: auto !important;
white-space: nowrap !important;
}
input.temp {
position: static !important;
opacity: 1 !important;
}
.full-address {
font-size: 130%;
}
tr.site {
border-top: 1px solid #888;
}
#top {
display:flex;
flex-flow: row;
justify-content: space-around;
}
#top button {
position: static;
width: auto;
}
#top button.icon {
font-size: 12px !important;
font-family: arial sans-serif !important;
}
#noscript-popup #high-contrast-chooser {
display: block;
}
|