From be1412e183a564b40591ffbfbe11b1ad743745ed Mon Sep 17 00:00:00 2001 From: Kolan Sh Date: Wed, 4 Apr 2012 20:57:27 +0400 Subject: [PATCH] MSearchClose top=0 --- assets/stylesheets/doxygen.css | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/assets/stylesheets/doxygen.css b/assets/stylesheets/doxygen.css index 90a96c8..9c75d06 100644 --- a/assets/stylesheets/doxygen.css +++ b/assets/stylesheets/doxygen.css @@ -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; +}