From 116ce94067b0cbae374ddf3efbf92a85379de76f Mon Sep 17 00:00:00 2001 From: "J.M" Date: Tue, 22 Jan 2013 21:47:52 +0100 Subject: [PATCH] Don't let fast-filter text go behind delete X --- themes/original/css/navigation.css.php | 1 + themes/pmahomme/css/navigation.css.php | 1 + 2 files changed, 2 insertions(+) diff --git a/themes/original/css/navigation.css.php b/themes/original/css/navigation.css.php index 634e6ebdac..53ded80684 100644 --- a/themes/original/css/navigation.css.php +++ b/themes/original/css/navigation.css.php @@ -194,6 +194,7 @@ li.fast_filter { border-: 1px solid #666; } li.fast_filter input { + padding-: .4em; width: 100%; } li.fast_filter span { diff --git a/themes/pmahomme/css/navigation.css.php b/themes/pmahomme/css/navigation.css.php index a90941c17e..92843677dc 100644 --- a/themes/pmahomme/css/navigation.css.php +++ b/themes/pmahomme/css/navigation.css.php @@ -191,6 +191,7 @@ li.fast_filter { border-: 1px solid #666; } li.fast_filter input { + padding-: .4em; width: 100%; } li.fast_filter span {