-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcoord.css
112 lines (103 loc) · 1.92 KB
/
coord.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
/*
Copyright 2013 Alex Zaddach. ([email protected])
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
.form-opts-left {
width:16em;
display:inline-block;
text-align:right;
}
.form-opts-right {
display:inline-block;
text-align:right;
width:14em;
}
.geo-container {
width:85%;
float:left;
}
.geo-label {
width:5em;
display:inline-block;
text-align:right;
}
.geo-label-4 {
display:inline-block;
text-align:right;
width:5em;
}
.geo-label-2 {
width:20%;
float:left;
text-align:right;
padding-right:3px;
}
.geo-res-t {
width:50%;
float:left;
text-align:left;
white-space: nowrap;
}
.geo-res-n {
width:15%;
float:left;
text-align:left;
white-space: nowrap;
}
.res-odd {
background-color: #F5F5F5;
}
#main,
#results {
position: relative;
}
#main {
padding-top: 10px;
}
#results-inner {
width:auto;
}
.geo-warning {
border: 2px solid #FF0033;
background-color: #FFCCCC;
width:50%;
margin-top:10px;
font-weight: bold;
text-align: center;
}
#note {
font-size: 75%;
border: 1px solid grey;
padding: 2px;
color: #36454F;
width:25%;
text-align: center;
}
#no-js-warn {
border: 2px solid #960018;
font-size: 125%;
padding: 2px;
}
#geoapi-extend {
display:none;
}
#extra-opts {
padding-top: 1.5%;
}
#form-opts {
padding-bottom: 1.5%;
}
#extra-checks {
padding-right:10%;
padding-bottom: 1%;
padding-left: 2%;
}