X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/15c156483263893d2c767030bd544d589833af93..dd4406ed41653a6b3c2b2adeda1d524358203498:/app/assets/stylesheets/common.css.scss diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index d0732de74..a8fba1943 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -1024,6 +1024,8 @@ tr.turn { 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 */ @@ -1215,6 +1217,15 @@ tr.turn:hover { } } +/* Rules for the routing sidebar */ + +#sidebar_content { + #routing_credit { + text-align: center; + padding: 0.5em; + } +} + /* Rules for edit pages */ .site-edit {