From: Aric Gardner Date: Mon, 27 Mar 2017 20:25:42 +0000 (+0000) Subject: Merge "Fix search form overflow" X-Git-Tag: opnfv-5.0.0~4043 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=4b43564c02bff87ba225b49304be8d9a08a3a1e8;hp=062b401362188db241cac6dc26c17105d55e2625;p=opnfvdocs.git Merge "Fix search form overflow" --- diff --git a/docs/_static/my-styles.css b/docs/_static/my-styles.css index 86e7ea822..94e72cdb7 100644 --- a/docs/_static/my-styles.css +++ b/docs/_static/my-styles.css @@ -17,4 +17,12 @@ body{ .navbar-text{ color: #676767; +} + +.navbar-form.navbar-right{ + padding: 0; +} + +.navbar-form .form-control{ + width: 150px; } \ No newline at end of file