Don't let fast-filter text go behind delete X

This commit is contained in:
J.M 2013-01-22 21:47:52 +01:00
parent 16467d08ba
commit 116ce94067
2 changed files with 2 additions and 0 deletions

View File

@ -194,6 +194,7 @@ li.fast_filter {
border-<?php echo $left; ?>: 1px solid #666;
}
li.fast_filter input {
padding-<?php echo $right; ?>: .4em;
width: 100%;
}
li.fast_filter span {

View File

@ -191,6 +191,7 @@ li.fast_filter {
border-<?php echo $left; ?>: 1px solid #666;
}
li.fast_filter input {
padding-<?php echo $right; ?>: .4em;
width: 100%;
}
li.fast_filter span {