From a4c54434783044fce66a7521b6d90c9e504b65d9 Mon Sep 17 00:00:00 2001 From: Shane Tomlinson <stomlinson@mozilla.com> Date: Wed, 5 Oct 2011 18:47:38 +0100 Subject: [PATCH] Some styling changes so it is easier to select email addresses on mobile, place the site name in the white line at the top. close #358 --- browserid/static/dialog/css/m.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/browserid/static/dialog/css/m.css b/browserid/static/dialog/css/m.css index 69030be07..44f2a9c62 100644 --- a/browserid/static/dialog/css/m.css +++ b/browserid/static/dialog/css/m.css @@ -25,14 +25,19 @@ body #signIn { padding: 10px; } +body #signIn .table { + width: 100%; +} + body #signIn form { padding: 0; } body #favicon { - text-align: left; border-bottom: 1px solid rgba(0,0,0,0.05); background-color: rgba(255,255,255,0.25); + text-align: center; + left: 0; } body #favicon img { @@ -63,3 +68,7 @@ body #checkemail p { body #footer { padding: 10px; } + +body #signIn .vertical ul li { + margin-top: 20px; +} -- GitLab