Tidy up settings

This commit is contained in:
0ip 2012-11-14 14:26:49 +01:00
parent 2d31d3fc46
commit 6b6315ca3c
2 changed files with 36 additions and 15 deletions

View file

@ -748,6 +748,15 @@ input[type=checkbox] {
.popup p {
margin: 5px 0
}
.popup select {
background: #fff;
padding: 2px;
height: 24px;
border-radius: 3px;
border: 1px solid #ccc;
outline: none;
min-width: 105px;
}
.column {
float: left;
width: 50%;