From ee66270346198e98daeeb1c13bc386ee314a306b Mon Sep 17 00:00:00 2001 From: Shane Tomlinson <stomlinson@mozilla.com> Date: Thu, 9 Feb 2012 10:17:59 +0000 Subject: [PATCH] Fixing spacing on mobile browsers. * Labels were partially hidden by input element outlines. * Submit buttons were too close to input elements. * Cancel and reset baselines were not the same. close #1072 --- resources/static/dialog/css/m.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/resources/static/dialog/css/m.css b/resources/static/dialog/css/m.css index b0de8a3ee..fafc2636f 100644 --- a/resources/static/dialog/css/m.css +++ b/resources/static/dialog/css/m.css @@ -35,6 +35,7 @@ .inputs > li > label { font-size: 18px; + margin-bottom: 10px; } .vertical > strong { @@ -109,6 +110,8 @@ #signIn .submit { position: static; + line-height: 40px; + margin-top: 40px; } #signIn .submit > p { @@ -121,13 +124,17 @@ margin: 13px; } + .form_section { + margin-top: 20px; + } + #content, .form_section, .inputs, .vertical { height: auto; max-height: none; overflow: visible; } - .authenticated .vertical a { + .authenticated .vertical a, #cancel { font-size: 1.2em; } -- GitLab