summaryrefslogtreecommitdiff
path: root/sphinx/themes/pyramid/static
diff options
context:
space:
mode:
authorTim Hoffmann <2836374+timhoffm@users.noreply.github.com>2018-01-05 01:41:01 +0100
committerTim Hoffmann <2836374+timhoffm@users.noreply.github.com>2018-01-05 02:02:40 +0100
commitb04151bca8d43aceb8a0bf018fb736cb215d0729 (patch)
treead749848897ba38f4d28989239d5bb0b2f87aabb /sphinx/themes/pyramid/static
parentc892fe98f7a311dc51340f8d98e63d9790b7f820 (diff)
downloadsphinx-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_t7
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 -------------------------------------------------------------- */