]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.css.scss
Added some vertical space in the routing text input boxes.
[rails.git] / app / assets / stylesheets / common.css.scss
index 95e5d8328dd144460847ed268e8135ea1068cd96..fb879d375f1ea44c33a58111bd1743b5f6401b13 100644 (file)
@@ -918,7 +918,6 @@ header .search_forms,
 .directions_form {
   position: relative;
   padding: $lineheight/2;
-  padding-top: 1px;
   background-color: $lightgrey;
 
   .query_wrapper {
@@ -930,17 +929,19 @@ header .search_forms,
   input[type=text] {
     width: 100%;
     height: 30px;
-    border-right: none;
-
     transition: 300ms linear;
   }
 
+  input[type=text].overflow {
+    border-right: none;
+  }
+
   input:focus {
     outline: none;
     box-shadow: 0px 0px 7px #9ED485;
   }
 
-  input[type=submit] {
+  input[type=submit].float {
     float: right;
     width: auto;
     min-width: 0;
@@ -952,6 +953,41 @@ header .search_forms,
     font-size: 10px;
     color: $blue;
   }
+
+  .describe_location {
+    position: absolute;
+    top: 6px;
+    right: 6px;
+    font-size: 10px;
+    color: $blue;
+  }
+
+  .switch_link {
+    float: right;
+    width: auto;
+    min-width: 0;
+    margin-left: 6px;
+  }
+
+  img.button {
+    display: block;
+  }
+
+  span.force_width {
+    width: 100%;
+    padding-right: 25px;
+    display: block;
+  }
+
+  select.routing_engines {
+    min-height: 30px;
+    margin: 0px 0px 5px 25px;
+  }
+
+  div.line {
+    width: 100%;
+    margin: 0px 0px 5px 0px;
+  }
 }
 
 /* Rules for the map key which appears in the popout sidebar */
@@ -1007,10 +1043,6 @@ td.direction {
 td.direction.i#{$i}  { background-position: #{($i)*-20+20}px 0px; }
 }
 
-.directions_form input[type="submit"] {
-    margin-top: 30px !important;
-}
-
 p#routing_summary {
     padding: 0 $lineheight $lineheight/4;
 }