]> git.openstreetmap.org Git - rails.git/commitdiff
Increase width of coordinate fields in export panel
authorTom Hughes <tom@compton.nu>
Fri, 19 Jul 2013 11:29:37 +0000 (12:29 +0100)
committerTom Hughes <tom@compton.nu>
Fri, 19 Jul 2013 11:29:37 +0000 (12:29 +0100)
app/assets/stylesheets/common.css.scss

index 18983242f30e4f5ce85440eb76e639b090879f7b..fe3a736197c03a65905dcaa67af040593cfc0518 100644 (file)
@@ -840,7 +840,7 @@ ul.results-list li { border-bottom: 1px solid #ccc; }
 .export_area_inputs {
   margin-bottom: $lineheight/2;
   input[type="text"] {
-    width: 60px;
+    width: 80px;
     margin-bottom: 5px;
   }
 }