misc style tweaks, don't use select box

scroll when expanding additional tags
This commit is contained in:
Ansis Brammanis
2013-02-20 22:14:50 -05:00
parent c52758dc79
commit a396cde295
4 changed files with 28 additions and 17 deletions
+6 -4
View File
@@ -1561,6 +1561,7 @@ div.combobox {
background-color: #fff;
padding:1px 4px;
white-space: nowrap;
height: 30px;
}
.combobox a:hover,
@@ -1599,14 +1600,15 @@ div.combobox {
/* Address input */
.preset-input .addr-housename {
width: 300px;
display: block;
border-bottom: none;
width:100%;
}
.preset-input .addr-number {
width: 50px;
width: 20%;
border-right: none;
}
.preset-input .addr-streetname {
width: 250px;
width: 80%;
}