Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorHugues Peccatte <hugues.peccatte@gmail.com>2015-05-17 00:37:56 +0300
committerHugues Peccatte <hugues.peccatte@gmail.com>2015-05-17 00:37:56 +0300
commitcdd8868c94b0254c4c6f2c536457de485e149481 (patch)
treec2cb4bfe91442e7bfe24e795ad390e23a79d71b3 /themes
parent95ac6b46dd4039f066d2552d141a6cdc3e6f89b8 (diff)
Bug 4893: Fix X position in fast_filter input and vertical line of fast_filter input.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
Diffstat (limited to 'themes')
-rw-r--r--themes/pmahomme/css/navigation.css.php3
1 files changed, 1 insertions, 2 deletions
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 {