X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/eab2eeaa47b2aa8c7f52371f9bfdd60711a41fb6..f2bf38606e281290fee8273e247afc54f08a0a47:/app/assets/stylesheets/common.css.scss diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index 51f3c7e93..b552ce850 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -635,10 +635,6 @@ nav.secondary { font-size: 13px; } - p { - padding: 0 $lineheight $lineheight/4; - } - .icon.close { float: right; cursor: pointer; @@ -907,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; @@ -952,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 */ @@ -1009,6 +1003,14 @@ 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; +} + td.instruction, td.distance { padding-top: 0; border-bottom: 1px solid #DDD;