diff --git a/alabaster/static/alabaster.css_t b/alabaster/static/alabaster.css_t index 720b7af..df31aab 100644 --- a/alabaster/static/alabaster.css_t +++ b/alabaster/static/alabaster.css_t @@ -209,12 +209,17 @@ div.sphinxsidebar ul li.toctree-l2 > a { font-size: 110%; } + div.sphinxsidebar input { border: 1px solid {{ theme_sidebar_search_button }}; font-family: {{ theme_font_family }}; font-size: 1em; } +div.sphinxsidebar #searchbox { + margin: 1em 0; +} + div.sphinxsidebar #searchbox input[type="text"] { width: 160px; } diff --git a/alabaster/theme.conf b/alabaster/theme.conf index e85049e..d5930b5 100644 --- a/alabaster/theme.conf +++ b/alabaster/theme.conf @@ -1,7 +1,7 @@ [theme] inherit = basic stylesheet = alabaster.css -sidebars = about.html, navigation.html, relations.html, searchbox.html, donate.html +sidebars = about.html, searchfield.html, navigation.html, relations.html, donate.html pygments_style = alabaster.support.Alabaster [options] diff --git a/docs/conf.py b/docs/conf.py index 21bbb5f..5481492 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -23,9 +23,9 @@ html_sidebars = { "**": [ "about.html", + "searchfield.html", "navigation.html", "relations.html", - "searchbox.html", "donate.html", ] }