-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmap.css
More file actions
113 lines (94 loc) · 2.12 KB
/
map.css
File metadata and controls
113 lines (94 loc) · 2.12 KB
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
/*
This css file handles Openlayers menu style and other styles for the openlayers map
*/
/* popup related styles */
.olPopup
{
text-decoration:none!important;
overflow:inherit;
}
.olPopup *
{
margin: 0px;
padding:0px;
font-size: 12px;
}
.olPopup a.close
{
width: 14px;
height: 14px;
position: absolute;
top: 10px;
right: 28px;
background: url(http://ovation.gstwv.com/templates/images/close.gif) no-repeat top left;
margin: 0px;
font-size: 1px;
padding: 0px;
}
.olPopup a.close:hover
{
background: url(http://ovation.gstwv.com/templates/images/close-hover.gif) no-repeat top left;
}
.olPopup .olPopupContent
{
min-width:200px;
background-color: #ffffff !important;
padding: 1px !important;
margin: 0px !important;
font-size: 0.80em;
}
.olPopup .olPopupContent h2
{
font-size: small;
text-align: center;
padding: 2px 0px 2px 0px;
margin: 0px 6px 0px 6px;
text-transform:capitalize;
}
.olPopup .olPopupContent table
{
border-collapse:collapse;
overflow: auto;
padding: 0px;
}
.olPopupContent table td
{
padding: 4px;
border: 1px solid #cccccc;
}
.olControlLayerSwitcher .layersDiv {
text-align: left;
font-family: sans-serif;
font-weight: bold;
font-size: 12px;
color: #ffffff;
background: rgba(0, 60, 136);
-moz-border-radius: 15px 0px 0px 15px;
border-radius: 15px 0px 0px 15px;
}
.olControlLayerSwitcher .olButton{
vertical-align: baseline;
}
.olControlLayerSwitcher input{
vertical-align: baseline;
}
.olControlLayerSwitcher label{
display:inline;
padding-left: 5px;
text-align: left;
font-family: sans-serif;
font-weight: bold;
font-size: 12px;
color: #ffffff;
background: rgba(0, 60, 136);
-moz-border-radius: 15px 0px 0px 15px;
border-radius: 15px 0px 0px 15px;
}
.olControlLayerSwitcher {
color:#666666;
-moz-border-radius: 15px 0px 0px 15px;
border-radius: 15px 0px 0px 15px;
}
/* fixes glitching of UI in google maps buttons */
#map img { max-width: none; }
/* File moved to src/styles/map.css */