Increase width of coordinate fields in export panel

This commit is contained in:
Tom Hughes 2013-07-19 12:29:37 +01:00
parent 5f95fb6b78
commit ff30828a18

View 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;
}
}