From: Andrew Engelbrecht Date: Mon, 16 Sep 2019 20:54:53 +0000 (-0400) Subject: adjusted the way to set the width of search bar X-Git-Url: https://vcs.fsf.org/?p=ryf-theme.git;a=commitdiff_plain;h=31ef14ebab5c51b5076b8c4ff12523d9a05fd077 adjusted the way to set the width of search bar --- diff --git a/css/style.css b/css/style.css index d3ff81a..f6f4b19 100644 --- a/css/style.css +++ b/css/style.css @@ -187,11 +187,6 @@ nav .search-block-form { top: 30px; } -input#edit-keys { - max-width: 250px; - float: right; -} - /* * @media screen and (min-width: 520px) and (max-width: 599px) { * .logo img { margin-left: 50px; } @@ -211,6 +206,11 @@ input#edit-keys { * */ +.region-navigation-collapsible .search-block-form { + float: right; + width: 210px; +} + @media screen and (min-width: 768px) { .navbar-default { @@ -226,9 +226,7 @@ input#edit-keys { background: none; } .region-navigation-collapsible .search-block-form { - float: right; padding-top: 30px; - width: 210px; } }