Merge "Fix search form overflow"
authorAric Gardner <agardner@linuxfoundation.org>
Mon, 27 Mar 2017 20:25:42 +0000 (20:25 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Mon, 27 Mar 2017 20:25:42 +0000 (20:25 +0000)
docs/_static/my-styles.css

index 86e7ea8..94e72cd 100644 (file)
@@ -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