Skip to content

Commit

Permalink
Don't let fast-filter input placeholder flow behind custom clear button
Browse files Browse the repository at this point in the history
  • Loading branch information
mynetx committed Apr 8, 2013
1 parent 765fa81 commit 257afb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion themes/original/css/navigation.css.php
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@
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 {
Expand Down
2 changes: 1 addition & 1 deletion themes/pmahomme/css/navigation.css.php
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@
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 {
Expand Down

0 comments on commit 257afb8

Please sign in to comment.