Merge pull request #1678 from Tithugues/b4893_qa44

Bug 4893: Fix X position in fast_filter input and vertical line of fast_filter input.
This commit is contained in:
Marc Delisle 2015-05-19 08:11:51 -04:00
commit 808bcf8ebf

View File

@ -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 {