From 025bf34a127e448507695c75b83946c777974c40 Mon Sep 17 00:00:00 2001 From: methodog Date: Fri, 23 Mar 2012 11:20:47 +0000 Subject: [PATCH] style select option generally --- css/vam/mobile.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/vam/mobile.css b/css/vam/mobile.css index 7eaa197..ca7f4bd 100644 --- a/css/vam/mobile.css +++ b/css/vam/mobile.css @@ -1,6 +1,7 @@ @media screen and (max-width:640px) { body { font-size:16px; } h1, h2, h3, h4, h5, h6 { font-size:1.1em!important; font-weight:800; } + option { margin:1em 0; } .mobile, .mobile-off { display:block; } img, iframe, embed, object, video, canvas { height:auto; max-width:100%; } #wrapper, .header { width:100%; padding:0; } @@ -33,7 +34,6 @@ .input-menu { margin-left:-30px; } .input-menu li { margin:1em 0; } .page-header>form>select { margin:10px 0; text-align:right; } - .page-header>form>select>option { margin:1em 0; padding-right:1em!important; } .half-w { width:49.83%!important; } .quart-w { width:24.6%!important; } .sixth-w, .two-thrds-w, .three-quarts-w, .five-sixths-w { min-width:33.29%!important; }