]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/small.css.scss
Make directions endpoints own the value and not care which input box they get it...
[rails.git] / app / assets / stylesheets / small.css.scss
index 182272e780da3db10c05f4237d80a02847e36ed0..950e1214d5ff6a1b3d0b600a8326c534da139114 100644 (file)
@@ -1,3 +1,5 @@
+@import "parameters";
+
 /* Styles specific to a small screen, such as iPhone, Android, etc... */
 
 input[type="submit"],
@@ -23,6 +25,7 @@ nav.secondary {
 
 header {
   height: auto;
+  min-height: $headerHeight;
   background: #fff;
 
   h1 {
@@ -32,8 +35,13 @@ header {
   &.closed nav {
     display: none;
   }
+
+  .search_forms {
+    display: block;
+  }
 }
 
+#sidebar .search_forms,
 #edit_tab,
 #export_tab {
   display: none;
@@ -114,7 +122,7 @@ nav.secondary {
 }
 
 #sidebar .welcome {
-  display: none;
+  display: none !important;
 }
 
 .leaflet-top.leaflet-right {