From 3a32372ffabc0783698c17eb4c62ab9126925bae Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Sun, 23 Dec 2012 10:58:04 +0100 Subject: [PATCH] vier: Problems with firefox on small displays fixed --- view/theme/vier/style.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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 {