X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/9d8ab7dbd11f9fff0faf82b948bf1a07e86aa5b7..bf5f842c23a469cf2098ae7953f1f8cd9534e361:/app/assets/stylesheets/common.css.scss diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index 5a26d12f3..b552ce850 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -903,13 +903,15 @@ nav.secondary { } } -/* Rules for the search box */ +/* Rules for the search and direction forms */ -header .search_form { +header .search_forms, +.directions_form { display: none; } -.search_form { +.search_form, +.directions_form { position: relative; padding: $lineheight/2; padding-top: 1px; @@ -948,10 +950,6 @@ header .search_form { font-size: 10px; color: $blue; } - - .routing { - display: none; - } } /* Rules for the map key which appears in the popout sidebar */ @@ -1005,7 +1003,7 @@ td.direction { td.direction.i#{$i} { background-position: #{($i)*-20+20}px 0px; } } -.routing_submit { +.directions_form input[type="submit"] { margin-top: 30px !important; }