X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/ad01a61b6d07fffff3dedfd476830699c8f50038..dd4406ed41653a6b3c2b2adeda1d524358203498:/app/assets/stylesheets/common.css.scss diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index 6e402f3b8..a8fba1943 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -1018,6 +1018,14 @@ td.distance { text-align: right; font-size: x-small; } +tr.turn { + cursor: pointer; +} +tr.turn:hover { + background: lighten($green, 30%); +} +.routing_engines, #route_from, #route_to { margin-left: 25px; } +.routing_marker { width: 15px; position: absolute; } /* Rules for entity history */ @@ -1209,6 +1217,15 @@ td.distance { } } +/* Rules for the routing sidebar */ + +#sidebar_content { + #routing_credit { + text-align: center; + padding: 0.5em; + } +} + /* Rules for edit pages */ .site-edit {