SearchBox position

This commit is contained in:
Kolan Sh 2012-04-04 20:12:13 +04:00 committed by Kolan Sh
parent ff12c85053
commit c9587f74b9
1 changed files with 5 additions and 0 deletions

View File

@ -2,3 +2,8 @@ li#searchli {
width: 0px;
height: 0px;
}
div#MSearchBox {
position: fixed;
margin-top: -2px;
}