From: Michael Vogel Date: Sun, 23 Dec 2012 09:58:04 +0000 (+0100) Subject: vier: Problems with firefox on small displays fixed X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3a32372ffabc0783698c17eb4c62ab9126925bae;p=friendica.git vier: Problems with firefox on small displays fixed --- diff --git a/view/theme/vier/style.css b/view/theme/vier/style.css index 48926dd620..5b2b6df928 100644 --- a/view/theme/vier/style.css +++ b/view/theme/vier/style.css @@ -531,9 +531,10 @@ nav ul li .menu-popup { left: 0px; right: auto; } + nav #search-box #search-text { - /* background-image: url('icons/lupe.png'); */ - background-repeat:no-repeat; + /*background-image: url('icons/lupe.png'); + background-repeat:no-repeat; */ padding-left:0px; border-top-left-radius: 15px; border-top-right-radius: 15px; @@ -542,6 +543,8 @@ nav #search-box #search-text { position: relative; height: 17px; margin: 4px 0px 4px 4px; + width: 150px; + max-width: 150px; } nav .nav-menu-icon {