]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.css.scss
Increase width of coordinate fields in export panel
[rails.git] / app / assets / stylesheets / common.css.scss
index c4311ecb40249ca990adce3e2a6c8f649a6e9637..fe3a736197c03a65905dcaa67af040593cfc0518 100644 (file)
@@ -540,6 +540,7 @@ a.donate {
   background-color: rgba(255,255,255,.8);
   border-radius: 4px;
   margin-bottom: 10px;
+  outline: none;
 }
 
 .leaflet-control .zoomin,
@@ -839,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;
   }
 }
@@ -1034,7 +1035,7 @@ ul.results-list li { border-bottom: 1px solid #ccc; }
   h4, p {
     margin-bottom: $lineheight/4;
   }
-  p, ul, .bbox, .geo {
+  ul, .bbox, .geo {
     display: inline-block;
     vertical-align: top;
     max-width: 65%;
@@ -1044,6 +1045,7 @@ ul.results-list li { border-bottom: 1px solid #ccc; }
     margin-bottom: 0;
   }
   h4 {
+    float: left;
     width: 33.3333%;
     display: inline-block;
     vertical-align: top;