From 8c2ba04b402ee485968415b71853f0dfc0f78111 Mon Sep 17 00:00:00 2001 From: zhsj Date: Tue, 10 Jul 2018 17:16:13 +0800 Subject: [PATCH] make the search button wider MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit when the word "Go" translated to "搜索" in Chinese, this button seems too narrow. See example on https://zhsj.github.io/python-docs-zh-cn/ --- python_docs_theme/static/pydoctheme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python_docs_theme/static/pydoctheme.css b/python_docs_theme/static/pydoctheme.css index 1d5c18e..50b0fe7 100644 --- a/python_docs_theme/static/pydoctheme.css +++ b/python_docs_theme/static/pydoctheme.css @@ -29,7 +29,7 @@ form.inline-search input { display: inline; } form.inline-search input[type="submit"] { - width: 30px; + width: 40px; } div.sphinxsidebar {