From 4b5c7348c721bf2fa8c87d77fc66de96d7f2f0b1 Mon Sep 17 00:00:00 2001 From: Kolan Sh Date: Wed, 4 Apr 2012 20:44:03 +0400 Subject: [PATCH] Fixed positions for Search Select and Search Results windows --- assets/stylesheets/doxygen.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/assets/stylesheets/doxygen.css b/assets/stylesheets/doxygen.css index 36231ed..90a96c8 100644 --- a/assets/stylesheets/doxygen.css +++ b/assets/stylesheets/doxygen.css @@ -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; +}