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; +}