Merge pull request #2686 from ebrelsford/cycleway-preset

Add cycleway preset field for highways with bike lanes
This commit is contained in:
Bryan Housel
2015-06-15 21:35:03 -04:00
21 changed files with 329 additions and 26 deletions
+15
View File
@@ -1234,6 +1234,21 @@ a:hover .icon.out-link { background-position: -500px -14px;}
border-bottom-right-radius: 4px;
}
/* preset form cycleway */
.form-field-cycleway .preset-input-wrap li {
border-bottom: 1px solid #CCC;
}
.form-field-cycleway .preset-input-wrap li:last-child {
border-bottom: 0;
}
.preset-input-cycleway-wrap input {
border-radius: 0;
border-width: 0;
border-left-width: 1px;
}
/* preset form numbers */
input[type=number] {