From 257afb8b6fc4645d2151e67604e81d5ec861c232 Mon Sep 17 00:00:00 2001 From: "J.M" Date: Mon, 8 Apr 2013 13:51:15 +0200 Subject: [PATCH] Don't let fast-filter input placeholder flow behind custom clear button --- themes/original/css/navigation.css.php | 2 +- themes/pmahomme/css/navigation.css.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/original/css/navigation.css.php b/themes/original/css/navigation.css.php index 5ec999a93c..54ea35f41c 100644 --- a/themes/original/css/navigation.css.php +++ b/themes/original/css/navigation.css.php @@ -196,7 +196,7 @@ li.fast_filter { border-: 1px solid #666; } li.fast_filter input { - padding-: .4em; + padding-: 1.7em; width: 100%; } li.fast_filter span { diff --git a/themes/pmahomme/css/navigation.css.php b/themes/pmahomme/css/navigation.css.php index a5592a8634..905a4285f8 100644 --- a/themes/pmahomme/css/navigation.css.php +++ b/themes/pmahomme/css/navigation.css.php @@ -192,7 +192,7 @@ li.fast_filter { border-: 1px solid #666; } li.fast_filter input { - padding-: .4em; + padding-: 1.7em; width: 100%; } li.fast_filter span {