remove the one pixel gap between search input and icon
This commit is contained in:
parent
9ada1ca935
commit
5c1261892f
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@
|
||||||
|
|
||||||
.sidebarSearchField {
|
.sidebarSearchField {
|
||||||
float: left;
|
float: left;
|
||||||
width: 380px;
|
width: 379px;
|
||||||
padding: 7px 10px 3px 10px;
|
padding: 7px 10px 3px 10px;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
border-top: 1px solid #BDBDBD;
|
border-top: 1px solid #BDBDBD;
|
||||||
|
|
Loading…
Add table
Reference in a new issue