Don't let fast-filter input placeholder flow behind custom clear button

This commit is contained in:
J.M 2013-04-08 13:51:15 +02:00
parent 765fa81a82
commit 257afb8b6f
2 changed files with 2 additions and 2 deletions

View File

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

View File

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