modify default css for search button (error #2654)

This commit is contained in:
Alexander Shishkov 2012-12-24 18:26:02 +04:00
parent 014a500f79
commit 7e52a8d1b6

View 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;
}