Localize maxspeed field (mph and km/h)

This commit is contained in:
Ansis Brammanis
2013-04-01 19:36:39 -04:00
parent af7d003b88
commit bae7b13425
10 changed files with 114 additions and 7 deletions
+18
View File
@@ -1144,6 +1144,24 @@ input[type=number] {
text-align: center;
}
#preset-input-maxspeed {
border-right: none;
border-radius: 0;
width: 80%;
}
.form-field .maxspeed-unit {
border-radius: 0 0 4px 0;
border: 1px solid #ccc;
border-top: none;
height: 30px;
width: 20%;
float: right;
padding: 5px;
text-align: center;
}
/* Preset form address */
.form-field .addr-housename {