From: Ove Klykken Date: Mon, 23 Jun 2014 20:03:02 +0000 (-0400) Subject: removed 'MENU' from very small screens. Search box fox for FF. X-Git-Tag: v1.0^2~22 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=57667d26b04f863a8f89bb85906503832b620a58;p=web%2FSooLocks.git removed 'MENU' from very small screens. Search box fox for FF. --- diff --git a/css/foundation.css b/css/foundation.css index 62076cb..90cf734 100644 --- a/css/foundation.css +++ b/css/foundation.css @@ -4913,7 +4913,7 @@ th.hide-for-touch { /* Extra code for 'x-small' */ -@media only screen and (max-width: 21.063em) { +@media only screen and (max-width: 22.063em) { .tab-bar .menu-icon span:after { content: ''; diff --git a/styles.css b/styles.css index f787b7b..fa0d8e2 100644 --- a/styles.css +++ b/styles.css @@ -41,6 +41,7 @@ body { background: url(assets/bg2.jpg) center top fixed; } + .hide-text { text-indent: 9999px; overflow: hidden; @@ -110,6 +111,8 @@ body { border: 0; margin: 0; width: 175px; + display: block; + padding: 5px; } #search ::-webkit-input-placeholder { font-size: 12px; } #search ::-moz-placeholder { font-size: 12px; } /* firefox 19+ */