add row select input

This commit is contained in:
Ansis Brammanis
2013-02-26 20:02:30 -05:00
parent 3f7d78edfb
commit 9efa81b100
4 changed files with 113 additions and 12 deletions
+20
View File
@@ -642,6 +642,26 @@ div.combobox {
border-right: 5px solid transparent;
}
.rowselect .item {
cursor: pointer;
}
.rowselect .item label:hover{
background-color: #ececec;
}
.rowselect .item label {
padding: 5px;
width: 100%;
cursor: pointer;
display: block;
text-align: center;
}
.rowselect .item div {
text-align: center;
}
/* Address input */
.preset-input .addr-housename {