Merge branch 'mynetx/fast-filter-inputbox'

This commit is contained in:
J.M 2013-04-08 16:52:46 +02:00
commit d4f1c7b439
2 changed files with 14 additions and 0 deletions

View File

@ -215,6 +215,13 @@ html.ie.ie9 li.fast_filter span,
html.ie.ie8 li.fast_filter span {
display: auto;
}
html.ie li.fast_filter input {
padding-<?php echo $right; ?>: .2em;
}
html.ie.ie9 li.fast_filter input,
html.ie.ie8 li.fast_filter input {
padding-<?php echo $right; ?>: 1.7em;
}
li.fast_filter.db_fast_filter {
border: 0;
}

View File

@ -211,6 +211,13 @@ html.ie.ie9 li.fast_filter span,
html.ie.ie8 li.fast_filter span {
display: auto;
}
html.ie li.fast_filter input {
padding-<?php echo $right; ?>: .2em;
}
html.ie.ie9 li.fast_filter input,
html.ie.ie8 li.fast_filter input {
padding-<?php echo $right; ?>: 1.7em;
}
li.fast_filter.db_fast_filter {
border: 0;
}