- .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;
- width: 20px;
- height: 20px;
- }
-
- span.force_width {
- width: 100%;
- padding-right: 25px;
- display: block;
- }
-
- select.routing_engines {
- min-height: 30px;
- margin: 0px 0px 5px 25px;
- }
-
- input.routing_go {
- min-width: 100px;
- float: right;
- }
-
- div.header {
- width: 100%;
- height: 30px;
- }
-
- div.line {
- width: 100%;
- margin: 0px 0px 5px 0px;
- }
-
- div.loader_copy {
- display: none;
-
- img {
- vertical-align: middle;
- }
- }
-
- a.reverse_directions {
- cursor: pointer;
- margin: 0px 0px 5px 25px;
- }
-}
-
-/* Rules for the map key which appears in the popout sidebar */
-
-#mapkey {
- .mapkey-table-key img {
- display: block;
- margin-left: auto;
- margin-right: auto;
- }
- td {
- padding: 0 $lineheight/4 $lineheight/4 $lineheight/4;
- }
-}
-
-/* Rules for search sidebar */
-
-#sidebar .search_results_entry {
- ul li {
- cursor: pointer;
- &.selected { background: $list-highlight; }
- }
-
- .search_more .loader {
- display: none;
- width: 100%;
- }
-}
-
-.search_results_error {
- color: #f00;
- padding: 10px 20px;
-}
-
-/* Rules for routing */
-
-#sidebar_content>table {
- padding: 5px 20px 10px 15px;
- width: 100%;
- border-collapse: separate;
-}
-
-div.direction {
- background-image: image-url('routing-sprite.png');
- width: 20px;
- height: 20px;
- background-repeat: no-repeat;
-}
-@for $i from 0 through 25 {
-div.direction.i#{$i} { background-position: #{($i)*-20}px 0px; }
-}
-
-p#routing_summary {
- padding: 0 $lineheight $lineheight/4;
-}
-
-td.instruction, td.distance {
- padding-top: $lineheight/5;
- padding-bottom: $lineheight/5;
- border-bottom: 1px solid $grey;
-}
-td.distance {
- color: $darkgrey;
- text-align: right;
- font-size: x-small;
-}
-tr.turn {
- cursor: pointer;
-}
-tr.turn:hover {
- background: $list-highlight;
-}
-.routing_engines, #route_from, #route_to { margin-left: 25px; }
-.routing_marker { width: 15px; position: absolute; cursor: move; }