]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/small.css.scss
Change map placement in small screen mode
[rails.git] / app / assets / stylesheets / small.css.scss
index b5adaa79497ba7010545c8961c0f5d3ab4743f62..5d658fdc10468c16eb0d2aaf53e8e801de590665 100644 (file)
@@ -17,16 +17,19 @@ h1 {
 }
 
 /* Rules for tabbed navigation bar */
+
 #top-bar {
+  left: 0;
   margin: 0px;
-  height: 19px;
+  height: 39px;
+  padding: 0;
 }
 
 #tabnav {
   height: 14px;
   margin: 0px;
   padding-top: 5px;
-  margin-top: 18px;
+  margin-top: 20px;
   font-size: 10px;
   line-height: 10px;
 }
@@ -46,7 +49,8 @@ h1 {
   height: 16px;
   display: block;
   position: absolute;
-  top: 0;
+  left: 5px;
+  top: 5px;
   padding: 2px;
   width: 110px; /* TODO: find better fix for overlap */
   background-color: #fff;
@@ -61,15 +65,15 @@ h1 {
   position: absolute;
   left: 18px;
   font-size: 12px;
-  margin: 2px;
+  margin: 0;
 }
 
 /* Rules for greeting bar in the top right corner */
 
 #greeting {
   position: absolute;
-  top: 0px;
-  right: 0px;
+  right: 5px;
+  top: 5px;
   height: 14px;
   font-size: 12px;
   line-height: 12px;
@@ -91,30 +95,24 @@ h1 {
   border: 0;
 }
 
-.olControlPanZoomBar {
+.leaflet-control-pan, .leaflet-control-zoomslider {
   display: none;
 }
 
+.site-index .leaflet-top,
+.site-export .leaflet-top {
+  top: 47px !important;
+}
+
 /* Rules for the main content area */
 
 #content {
-  left: 0px;
-  right: 0px;
-  top: 38px;
   margin-left: 0px;
   margin-right: 0px;
   border-left: 0px;
   border-right: 0px;
 }
 
-#content.site_index {
-  left: 0px;
-  right: 0px;
-  top: 38px;
-  bottom: 0px;
-  padding-bottom: 0px;
-}
-
 /* Rules for search sidebar when shown */
 
 #sidebar {