summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Shorin <kxepal@apache.org>2013-10-14 15:51:51 +0400
committerAlexander Shorin <kxepal@apache.org>2013-10-14 15:51:51 +0400
commitd43c300428c0e670c17f7e8cf0d3997a3b907fe7 (patch)
tree16db1c5d930e1aca88e2e9d56a0e08e5b105fb91
parentf55fc9737405c2e8bd868a1fb3321922b51394ca (diff)
downloadcouchdb-d43c300428c0e670c17f7e8cf0d3997a3b907fe7.tar.gz
Temporary fix for quick search form layout on RTD site.
-rw-r--r--share/doc/static/rtd.css12
1 files changed, 9 insertions, 3 deletions
diff --git a/share/doc/static/rtd.css b/share/doc/static/rtd.css
index 485606664..19689ebff 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;
+}