summaryrefslogtreecommitdiff
path: root/apidocs/search/search.js
diff options
context:
space:
mode:
Diffstat (limited to 'apidocs/search/search.js')
-rw-r--r--apidocs/search/search.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/apidocs/search/search.js b/apidocs/search/search.js
index ff2b8c81..92b60946 100644
--- a/apidocs/search/search.js
+++ b/apidocs/search/search.js
@@ -364,7 +364,7 @@ function SearchBox(name, resultsPath, inFrame, label)
if (domPopupSearchResultsWindow.style.display!='block')
{
var domSearchBox = this.DOMSearchBox();
- this.DOMSearchClose().style.display = 'inline';
+ this.DOMSearchClose().style.display = 'inline-block';
if (this.insideFrame)
{
var domPopupSearchResults = this.DOMPopupSearchResults();