From 3ced3ded34873b8a2612591c95f35076e54313af Mon Sep 17 00:00:00 2001 From: Sylvain Pace Date: Tue, 28 Aug 2018 18:12:30 +0200 Subject: [PATCH] bootstraping PR as jquery/api.jquery.com#1104 --- themes/jquery/css/docsearch.css | 16 ++++++++++++++++ themes/jquery/header.php | 10 ++++++++++ 2 files changed, 26 insertions(+) create mode 100644 themes/jquery/css/docsearch.css diff --git a/themes/jquery/css/docsearch.css b/themes/jquery/css/docsearch.css new file mode 100644 index 00000000..a0bba13f --- /dev/null +++ b/themes/jquery/css/docsearch.css @@ -0,0 +1,16 @@ +/* Custom DocSeach CSS to adapt the generic one +* See https://community.algolia.com/docsearch/styling.html for more info +*/ + +nav#main .searchform { + text-shadow: none; +} + +.searchform label { + width: 100%; + display: block; +} + +.algolia-autocomplete { + width: 99%; +} \ No newline at end of file diff --git a/themes/jquery/header.php b/themes/jquery/header.php index b53dc5f1..120309a5 100755 --- a/themes/jquery/header.php +++ b/themes/jquery/header.php @@ -35,6 +35,16 @@ + + + + + +