-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
116 lines (112 loc) · 2.06 KB
/
style.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
113
114
115
div#gmop_maps {
border: 1px solid #BBBBBB;
height: 400px;
}
div#gmop_control {
margin-left: 10px;
height:36px;
}
#gmop_control input {
margin: 8px 0;
vertical-align: middle;
}
#gmop_control img {
vertical-align: middle;
margin: 2px;
}
#gmop_control label {
cursor: pointer;
float: left;
min-width: 90px;
max-width: 175px;
margin-right: 10px;
font-weight: bold;
font-size: 12px;
}
#gmop_nearby_objects {
clear: both;
color: #222222;
margin-top: 30px;
}
#gmop_nearby_objects .clearfix {
display: block;
}
#gmop_nearby_objects .header {
height: 25px;
width: 200px;
float:left;
}
#gmop_nearby_objects .header h2 {
color: #669900;
font-size: 16px;
font-weight: bold;
margin:0;
}
#gmop_list_tab_set {
float: right;
margin-top: 2px;
font-size: 12px;
font-family: Arial,Helvetica,Tahoma,Verdana,sans-serif;
}
#gmop_list_tab_set div.unhighlight {
color: #0054A6;
margin-top: 1px;
}
#gmop_list_tab_set div.highlight {
background-color: #E9E9E9;
border-radius: 5px 5px 0 0;
}
#gmop_list_tab_set div.highlight {
-moz-border-bottom-colors: none;
-moz-border-image: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
border-color: #CCCCCC #CCCCCC #E9E9E9;
border-style: solid;
border-width: 1px;
color: #000000;
}
#gmop_list_tab_set .tab {
cursor: pointer;
float: left;
font-weight: bold;
height: 20px;
margin-right: 1px;
padding-top: 6px;
text-align: center;
min-width: 50px;
max-width: 120px;
padding-left: 8px;
padding-right: 8px;
}
#gmop_list_tab_set .tab.highlight {
position: relative;
}
#gmop_content {
clear: both;
font-family: Arial,Helvetica,Tahoma,Verdana,sans-serif;
font-size: 11px;
}
#gmop_content th.first {
padding-left: 10px;
}
#content #gmop_content th {
padding-bottom: 7px;
padding-top: 7px;
text-align: left;
background-color: #E9E9E9;
color: #000000;
}
#content #gmop_content tr td {
border-top: 1px solid #E7E7E7;
padding: 3px 10px;
}
#content #gmop_content td.comment {
color: #666666;
font-size: 11px;
padding: 3px 10px;
}
#content #gmop_content td.comment {
border: 0 none;
}