Improved export filter tool

This commit is contained in:
Aaron Lidman 2013-11-18 19:11:01 -08:00
parent c0b0829901
commit fc23515570
2 changed files with 26 additions and 7 deletions

View file

@ -1127,10 +1127,28 @@ header .search_form {
margin-bottom: $lineheight/2;
input[type="text"] {
width: 80px;
text-align: center;
margin-bottom: 5px;
}
}
.export_boxy {
background: #eee;
border: 1px solid #ccc;
border-radius: 3px;
#maxlat { margin-top: -1px; }
#minlon {
float: left;
margin-left: -1px;
}
#maxlon {
float: right;
margin-right: -1px;
}
#minlat { margin-bottom: 0; }
}
.export_bound {
margin: $lineheight/4;
}