blob: 9196d03985f7fd5165069bf0ccf979a06c0cd695 (
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
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
|
.nav-pills{
margin-top:5px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
background-color: #327E04;
}
a:hover, a:focus {
color: #327E04;
}
.container{
max-width:none;
}
#utils-div{
border-color: #DDD;
}
#search-box {
position: relative;
z-index: 200;
left: auto;
top: auto;
border: 0px solid transparent;
display:none;
}
#panel, #detail{
background-color: #F8F8F8;
}
#panel{
max-height:none;
right:0;
bottom:0;
border:0 transparent;
border-left:1px solid #E7E7E7;
padding:16px;
width:400px;
}
#detail {
right:auto;
left:0;
bottom:0;
border:0 transparent;
border-right:1px solid #E7E7E7;
border-top:1px solid #E7E7E7;
}
#categories input{
display:None;
}
.subcategory label{
padding: 0.2em 0.5em;
border-radius:5px;
}
.subcategory.selected label{
background-color:rgb(175, 231, 175);
}
#panel #categories,
#categories > ul {
width:auto;
}
#categories{
display:none;
}
#main-map {
height: auto;
bottom: 0px;
}
#footer .map-footer {
bottom: 0;
right: 400px;
margin:0;
background-color:#fff;
opacity:0.8;
}
#layer_selection {
display:none;
}
.olControlPanPanel {
top: 30px;
}
.olControlZoomPanel {
top: 95px;
}
|