Fixed positions for Search Select and Search Results windows

This commit is contained in:
Kolan Sh 2012-04-04 20:44:03 +04:00 committed by Kolan Sh
parent 0e569967b0
commit 4b5c7348c7
1 changed files with 9 additions and 1 deletions

View File

@ -6,7 +6,7 @@ li#searchli {
div#MSearchBox {
position: fixed;
margin-top: -2px;
margin-right: 50px;
margin-right: 10px;
}
div#MSearchBox .left
@ -14,3 +14,11 @@ div#MSearchBox .left
margin-top: -1px;
height:21px;
}
div#MSearchResultsWindow {
position: fixed;
}
div#MSearchSelectWindow {
position: fixed;
}