blob: c21f98ac3c9b62b9b542cbf89c2b2f6bf4a25d84 (
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
|
/* sample css file for mobile */
.cloud, .close_img{
width:200px;
}
#main-map {
top : 0;
}
#detail_content{
max-height:100px;
}
.map-footer, #footer-panel a, #action-routing, #search-form, #sidebar, #map_menu_step, #map_menu_zoomin, #map_menu_zoomout {
display:none;
}
#sidebar {
width:300px !important;
top:0px !important;
}
#map-shadow, #sidebar, #panel {
background-image:none !important;
}
.sidebar-handler {
width:37px;
}
#footer-panel {
background-color:#fff !important;
border-right:1px solid #000;
width:275px;
color:#fff;
}
|