X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/0cb475cc1ad12c82ff0a36f7b9629c2288737a4f..4734b9ce5dec2233eb2ae8b3ce0683033bd26757:/app/assets/stylesheets/common.css.scss diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index 95e5d8328..fb879d375 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -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; }