]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.css.scss
From->To->Go order as per @samanpwbb's comment
[rails.git] / app / assets / stylesheets / common.css.scss
index 51f3c7e9350d9967e300d9c0ee0c8e9508334e2d..5a26d12f3329d7520e71e61205a0e04c063b67db 100644 (file)
@@ -635,10 +635,6 @@ nav.secondary {
       font-size: 13px;
     }
 
-    p {
-      padding: 0 $lineheight $lineheight/4;
-    }
-
     .icon.close {
       float: right;
       cursor: pointer;
@@ -1009,6 +1005,14 @@ td.direction {
 td.direction.i#{$i}  { background-position: #{($i)*-20+20}px 0px; }
 }
 
+.routing_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;