diff options
Diffstat (limited to 'static/saclay/css/mobile.css')
-rw-r--r-- | static/saclay/css/mobile.css | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/static/saclay/css/mobile.css b/static/saclay/css/mobile.css new file mode 100644 index 0000000..c21f98a --- /dev/null +++ b/static/saclay/css/mobile.css @@ -0,0 +1,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;
+}
|