Don't let fast-filter input placeholder flow behind custom clear button
This commit is contained in:
parent
765fa81a82
commit
257afb8b6f
@ -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 {
|
||||
|
||||
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user