MSearchClose top=0

This commit is contained in:
Kolan Sh 2012-04-04 20:57:27 +04:00 committed by Kolan Sh
parent 4b5c7348c7
commit be1412e183
1 changed files with 7 additions and 3 deletions

View File

@ -1,12 +1,12 @@
li#searchli {
width: 0px;
height: 0px;
width: 0px;
height: 0px;
}
div#MSearchBox {
position: fixed;
margin-top: -2px;
margin-right: 10px;
margin-right: 15px;
}
div#MSearchBox .left
@ -22,3 +22,7 @@ div#MSearchResultsWindow {
div#MSearchSelectWindow {
position: fixed;
}
a#MSearchClose {
top: 0px;
}