summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Lehmann <mail@robertlehmann.de>2012-01-03 12:43:13 +0100
committerRobert Lehmann <mail@robertlehmann.de>2012-01-03 12:43:13 +0100
commitee92f4411961085ec6fb0af7757e13f4ebfe0a33 (patch)
treea4f733f933af9947518abd86781b5b14a1fedda4
parentb2873446378e9f4c61faf82aaa152bdd431cd894 (diff)
downloadsphinx-ee92f4411961085ec6fb0af7757e13f4ebfe0a33.tar.gz
Closes #846: Narrow down quick search styling.
-rw-r--r--sphinx/themes/basic/static/basic.css_t4
1 files changed, 2 insertions, 2 deletions
diff --git a/sphinx/themes/basic/static/basic.css_t b/sphinx/themes/basic/static/basic.css_t
index 9459201e..2937fa49 100644
--- a/sphinx/themes/basic/static/basic.css_t
+++ b/sphinx/themes/basic/static/basic.css_t
@@ -79,11 +79,11 @@ div.sphinxsidebar input {
font-size: 1em;
}
-div.sphinxsidebar input[type="text"] {
+div.sphinxsidebar #searchbox input[type="text"] {
width: 170px;
}
-div.sphinxsidebar input[type="submit"] {
+div.sphinxsidebar #searchbox input[type="submit"] {
width: 30px;
}