Fix Search button is misaligned in nature and pyramid theme (refs: #3418)

This commit is contained in:
Takeshi KOMIYA 2017-02-25 11:56:39 +09:00
parent f0df6cff9b
commit 4e8c622abe
3 changed files with 10 additions and 0 deletions

View File

@ -32,6 +32,8 @@ Bugs fixed
* #3428: xetex build tests fail due to fontspec v2.6 defining ``\strong``
* #3349: Result of ``IndexBuilder.load()`` is broken
* #3450: &nbsp is appeared in EPUB docs
* #3418: Search button is misaligned in nature and pyramid theme
Testing
--------

View File

@ -128,6 +128,10 @@ div.sphinxsidebar input {
div.sphinxsidebar input[type=text]{
margin-left: 20px;
}
div.sphinxsidebar input[type=submit]{
margin-left: 20px;
}
/* -- body styles ----------------------------------------------------------- */

View File

@ -152,6 +152,10 @@ div.sphinxsidebar input[type=text]{
margin-left: 20px;
}
div.sphinxsidebar input[type=submit]{
margin-left: 20px;
}
/* -- sidebars -------------------------------------------------------------- */
div.sidebar {