Fix list-input fields in Vacation interface

pull/181/head
Aleksander Machniak 10 years ago
parent fda13f337c
commit 4044be4f19

@ -412,18 +412,19 @@ body.iframe.mail #filter-form
}
#vacationform .listarea {
max-height: 83px;
max-height: 75px;
}
#vacationform .listelement,
#vacationform .listelement .reset {
height: 20px;
height: 18px;
}
#vacationform .listelement .reset {
background-position: -1px 2px;
background-position: -1px 1px;
}
#vacationform .listelement input {
vertical-align: top;
border: 0;
}

@ -435,18 +435,20 @@ body.iframe.mail #filter-form
}
#vacationform .listarea {
max-height: 83px;
max-height: 91px;
}
#vacationform .listelement,
#vacationform .listelement .reset {
height: 27px;
height: 22px;
}
#vacationform .listelement .reset {
background-position: -1px 5px;
background-position: -1px 3px;
}
#vacationform .listelement input {
vertical-align: top;
border: 0;
box-shadow: none;
}

Loading…
Cancel
Save