Make search box slightly shorter.

It now matches the height of the quickjump dropdown (that only shows
up when logged in)
This commit is contained in:
Scott Mansell 2015-09-16 18:04:18 +12:00
parent 0f6e471f2f
commit 5249e57f00
2 changed files with 2 additions and 2 deletions

View File

@ -96,7 +96,7 @@ code {
border: none; border: none;
color: #000; color: #000;
padding: 0px 6px; padding: 0px 6px;
height: 2.4em; height: 29px;
margin-left: 4px; margin-left: 4px;
display: inline-block; display: inline-block;
} }

View File

@ -598,7 +598,7 @@ code {
border: none; border: none;
color: #000; color: #000;
padding: 0px 6px; padding: 0px 6px;
height: 2.4em; height: 29px;
margin-left: 4px; margin-left: 4px;
display: inline-block; display: inline-block;
} }