diff options
Diffstat (limited to 'static/saclay/css')
-rw-r--r-- | static/saclay/css/mobile.css | 46 |
1 files changed, 37 insertions, 9 deletions
diff --git a/static/saclay/css/mobile.css b/static/saclay/css/mobile.css index ee31e25..c21f98a 100644 --- a/static/saclay/css/mobile.css +++ b/static/saclay/css/mobile.css @@ -1,9 +1,37 @@ -/* sample css file for mobile */ - -.cloud, .close_img{ - width:200px; -} - -#detail_content{ - max-height:100px; -} +/* 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;
+}
|