]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.css.scss
Fix print CSS (fixes #379)
[rails.git] / app / assets / stylesheets / common.css.scss
index 18983242f30e4f5ce85440eb76e639b090879f7b..1807856b4ba77becca2c060f808d898f08223e40 100644 (file)
@@ -714,6 +714,7 @@ a.donate {
   overflow: auto;
   border-right: 1px solid $keyline;
   width: 33.3333%;
+  height: 100%;
   ul {
     margin-bottom: 0;
     &:last-child {
@@ -840,7 +841,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;
   }
 }