diff options
| author | Tim Hoffmann <2836374+timhoffm@users.noreply.github.com> | 2018-01-05 01:41:01 +0100 |
|---|---|---|
| committer | Tim Hoffmann <2836374+timhoffm@users.noreply.github.com> | 2018-01-05 02:02:40 +0100 |
| commit | b04151bca8d43aceb8a0bf018fb736cb215d0729 (patch) | |
| tree | ad749848897ba38f4d28989239d5bb0b2f87aabb /sphinx/themes/pyramid/static | |
| parent | c892fe98f7a311dc51340f8d98e63d9790b7f820 (diff) | |
| download | sphinx-git-b04151bca8d43aceb8a0bf018fb736cb215d0729.tar.gz | |
improved sidebar search field style
Diffstat (limited to 'sphinx/themes/pyramid/static')
| -rw-r--r-- | sphinx/themes/pyramid/static/pyramid.css_t | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sphinx/themes/pyramid/static/pyramid.css_t b/sphinx/themes/pyramid/static/pyramid.css_t index 93799111e..792f45452 100644 --- a/sphinx/themes/pyramid/static/pyramid.css_t +++ b/sphinx/themes/pyramid/static/pyramid.css_t @@ -148,12 +148,9 @@ div.sphinxsidebar input { font-size: 1em; } -div.sphinxsidebar input[type=text]{ - margin-left: 20px; -} - -div.sphinxsidebar input[type=submit]{ +div.sphinxsidebar .searchformwrapper { margin-left: 20px; + margin-right: 20px; } /* -- sidebars -------------------------------------------------------------- */ |
