diff --git a/htroot/env/base.css b/htroot/env/base.css index 070f7d0f8..924de111a 100644 --- a/htroot/env/base.css +++ b/htroot/env/base.css @@ -1106,4 +1106,32 @@ div#tagcloud { width: 33.333% !important; } -/******* yacysearchtrailer.html end ***********/ \ No newline at end of file +/******* yacysearchtrailer.html end ***********/ + +/************* header.template ****************/ +/* Specific styles for the header template */ + +/* Header search form bootstrap styles overrides for extra smal screen sizes*/ +#header-search-form { + max-width: 80%; + padding-top: 0 !important; + padding-bottom: 0 !important; + margin-right: 0 !important; + margin-left: 0 !important; + border: 0 !important; + -webkit-box-shadow: unset !important; + box-shadow: unset !important; +} + +/* Header greeting icon */ +#header-greeting-icon { + height:auto; + width:auto; + max-width:200px; + max-height:32px; + vertical-align:middle; + margin-top: -6px; +} + + +/************* header.template end ************/ \ No newline at end of file diff --git a/htroot/env/templates/header.template b/htroot/env/templates/header.template index 6d8a534ee..6c19068d8 100644 --- a/htroot/env/templates/header.template +++ b/htroot/env/templates/header.template @@ -1,19 +1,21 @@