]> git.mxchange.org Git - friendica.git/commitdiff
vier: Problems with firefox on small displays fixed
authorMichael Vogel <icarus@dabo.de>
Sun, 23 Dec 2012 09:58:04 +0000 (10:58 +0100)
committerMichael Vogel <icarus@dabo.de>
Sun, 23 Dec 2012 09:58:04 +0000 (10:58 +0100)
view/theme/vier/style.css

index 48926dd6209b7b96d92c17d46ced9a275906bdb9..5b2b6df9282b565415982b4261ec656c0b932102 100644 (file)
@@ -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 {