diff --git a/doc/templates/uno/styles/docfx.js b/doc/templates/uno/styles/docfx.js index e284e4040f1f..99c9a9fc36b2 100644 --- a/doc/templates/uno/styles/docfx.js +++ b/doc/templates/uno/styles/docfx.js @@ -486,14 +486,12 @@ $(function () { $('#search').show(); $('body').trigger("searchEvent"); } - // if the target of the click isn't the container nor a descendant of the container - $('body').mouseup(function (e) { - if (!$('#search-results').is(e.target) && $('#search-results').has(e.target).length === 0) - { - $('#search-results').hide(); - } - }); - + // if the target of the click isn't the container nor a descendant of the container + $('body').mouseup(function (e) { + if (!$('#search-results').is(e.target) && $('#search-results').has(e.target).length === 0) { + $('#search-results').hide(); + } + }); }); } } diff --git a/doc/templates/uno/styles/scss/main.scss b/doc/templates/uno/styles/scss/main.scss index e1f1d01765ef..f654f3762f93 100644 --- a/doc/templates/uno/styles/scss/main.scss +++ b/doc/templates/uno/styles/scss/main.scss @@ -82,14 +82,12 @@ h3 { outline: none; border:2px solid #159bff; } - } #search-query { border-radius: 6px; height: 45px; width: 100%; - } #search-results { @@ -112,6 +110,7 @@ h3 { margin-bottom: 0; } } + p { margin: 10px; } diff --git a/doc/templates/uno/toc.html.tmpl b/doc/templates/uno/toc.html.tmpl index 94844bb170e6..561a5f827e0d 100644 --- a/doc/templates/uno/toc.html.tmpl +++ b/doc/templates/uno/toc.html.tmpl @@ -4,11 +4,11 @@
-
-
-
+
+
+