From cdd8868c94b0254c4c6f2c536457de485e149481 Mon Sep 17 00:00:00 2001 From: Hugues Peccatte Date: Sat, 16 May 2015 23:37:56 +0200 Subject: Bug 4893: Fix X position in fast_filter input and vertical line of fast_filter input. Signed-off-by: Hugues Peccatte --- themes/pmahomme/css/navigation.css.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'themes') diff --git a/themes/pmahomme/css/navigation.css.php b/themes/pmahomme/css/navigation.css.php index 3ea9d9aaa1..2d4a6f8271 100644 --- a/themes/pmahomme/css/navigation.css.php +++ b/themes/pmahomme/css/navigation.css.php @@ -185,8 +185,6 @@ if (! defined('PMA_MINIMUM_COMMON') && ! defined('TESTSUITE')) { padding-bottom: 4px; clear: both; min-height: 16px; - border-bottom-left-radius: 3px; - border-top-left-radius: 3px; } #pma_navigation_tree img { margin: 0; @@ -301,6 +299,7 @@ li.fast_filter span { cursor: pointer; font-weight: bold; color: #800; + font-size: 0.7em; } /* IE10+ has its own reset X */ html.ie li.fast_filter span { -- cgit v1.2.3