Updated Branches: refs/heads/master f55fc9737 -> d43c30042
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/d43c3004 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/d43c3004 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/d43c3004 Branch: refs/heads/master Commit: d43c300428c0e670c17f7e8cf0d3997a3b907fe7 Parents: f55fc97 Author: Alexander Shorin <[email protected]> Authored: Mon Oct 14 15:51:51 2013 +0400 Committer: Alexander Shorin <[email protected]> Committed: Mon Oct 14 15:51:51 2013 +0400 ---------------------------------------------------------------------- share/doc/static/rtd.css | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/d43c3004/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; +}
