modify default css for search button (error #2654)
authorAlexander Shishkov <alexander.shishkov@itseez.com>
Mon, 24 Dec 2012 14:26:02 +0000 (18:26 +0400)
committerAlexander Shishkov <alexander.shishkov@itseez.com>
Mon, 24 Dec 2012 14:26:02 +0000 (18:26 +0400)
doc/_themes/blue/static/default.css_t

index 492b46e..e2127db 100644 (file)
@@ -394,4 +394,12 @@ div.body ul.search li {
 div.linenodiv {
     min-width: 1em;
     text-align: right;
+}
+
+div.sphinxsidebar #searchbox input[type="text"] {
+    width:auto;
+}
+
+div.sphinxsidebar #searchbox input[type="submit"] {
+    width:auto;
 }
\ No newline at end of file