]> 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 06acc4da7386d5433d36e1227a5d1bd615f56b86..950e1214d5ff6a1b3d0b600a8326c534da139114 100644 (file)
@@ -15,14 +15,15 @@ input[type="text"] {
   display: inline-block !important;
 }
 
-.nav {
+nav.primary,
+nav.secondary {
   float: none !important;
   position: relative;
   display: block;
   clear: both;
 }
 
-#header {
+header {
   height: auto;
   min-height: $headerHeight;
   background: #fff;
@@ -31,22 +32,22 @@ input[type="text"] {
     padding-bottom: 15px;
   }
 
-  &.closed .nav {
+  &.closed nav {
     display: none;
   }
 
-  .search_form {
+  .search_forms {
     display: block;
   }
 }
 
-#sidebar .search_form,
+#sidebar .search_forms,
 #edit_tab,
 #export_tab {
   display: none;
 }
 
-.nav.primary {
+nav.primary {
   padding: 0;
 
   ul, li {
@@ -70,7 +71,7 @@ input[type="text"] {
   }
 }
 
-.nav.secondary {
+nav.secondary {
   border-bottom: 1px solid #eee;
 
   .user-menu {
@@ -121,7 +122,7 @@ input[type="text"] {
 }
 
 #sidebar .welcome {
-  display: none;
+  display: none !important;
 }
 
 .leaflet-top.leaflet-right {