Double space after nm header filters

This commit is contained in:
Nathan Gray 2012-04-05 20:08:57 +00:00
parent fc14dba964
commit f045f6e4f8

View File

@ -263,6 +263,7 @@ span.et2_date span {
.et2_file .progress li div.remove {
display: none;
cursor: pointer;
margin: 0px;
}
.et2_file .progress li:hover div.remove {
@ -591,6 +592,9 @@ label input, label span, label div, label select, label textarea {
.nextmatch_header > .filters {
padding-left: 5px;
}
.nextmatch_header > .filters select {
margin-right: 2ex;
}
.nextmatch_header .et2_button_icon {
vertical-align: middle;
}