Temporary fix for quick search form layout on RTD site.
Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/b9459cf9 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/b9459cf9 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/b9459cf9 Branch: refs/heads/1.5.x Commit: b9459cf957a6acc4798d37aa81bdc52c6eb5d1f8 Parents: 1709957 Author: Alexander Shorin <[email protected]> Authored: Mon Oct 14 15:51:51 2013 +0400 Committer: Dirkjan Ochtman <[email protected]> Committed: Sun Oct 20 11:37:22 2013 +0200 ---------------------------------------------------------------------- share/doc/static/rtd.css | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/b9459cf9/share/doc/static/rtd.css ---------------------------------------------------------------------- diff --git a/share/doc/static/rtd.css b/share/doc/static/rtd.css index 4856066..19689eb 100644 --- a/share/doc/static/rtd.css +++ b/share/doc/static/rtd.css @@ -29,7 +29,7 @@ /* PAGE LAYOUT -------------------------------------------------------------- */ body { - font: 100%/1.5 "ff-meta-web-pro-1","ff-meta-web-pro-2",Arial,"Helvetica Neue",sans-serif; + font: 100%/1.5 "ff-meta-web-pro-1","ff-meta-web-pro-2",Arial,"Helvetica Neue",sans-serif; text-align: center; color: black; background-color: #465158; @@ -604,7 +604,7 @@ p { /* MOBILE LAYOUT -------------------------------------------------------------- */ @media screen and (max-width: 600px) { - + h1, h2, h3, h4, h5 { position: relative; } @@ -764,7 +764,7 @@ p { table.indextable { display: block; - width: auto; + width: auto; } .indextable tr { @@ -793,3 +793,9 @@ p { } } + +/* Override RTD basic.css +Fix style for quick search bar. This is temporary solution.*/ +div.sphinxsidebar #searchbox input[type="text"] { + width: 140px; +}
