]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.scss
Refactor the export form to use bootstrap form controls
[rails.git] / app / assets / stylesheets / common.scss
index e3c8ff202b63eab47f0807b4bf8016584c15b5b3..3a8b97fbc9a8b01bd7d9d5158a2184d76de0826d 100644 (file)
@@ -1005,9 +1005,8 @@ tr.turn:hover {
   .export_area_inputs {
     margin-bottom: $lineheight/2;
     input[type="text"] {
-      width: 80px;
+      width: 100px;
       text-align: center;
-      margin-bottom: 5px;
     }
   }
 
@@ -1025,18 +1024,13 @@ tr.turn:hover {
       float: right;
       /* no-r2 */ margin-right: -1px;
     }
-    #minlat { margin-bottom: 0; }
+    #minlat { margin-bottom: -1px; }
   }
 
   .export_bound {
     margin: $lineheight/4;
   }
 
-  .export_button {
-    margin-top: $lineheight;
-    margin-bottom: $lineheight;
-  }
-
   dl {
     padding-left: $lineheight/2;
     dd {