From cdb69c94943e0eb4fa185b05a93c41544cdd8cce Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Mon, 22 Sep 2014 23:23:29 -0700 Subject: [PATCH] more mobile login form tweaks --- app/assets/stylesheets/mobile/modal.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/mobile/modal.scss b/app/assets/stylesheets/mobile/modal.scss index c30e4389c..c535cd196 100644 --- a/app/assets/stylesheets/mobile/modal.scss +++ b/app/assets/stylesheets/mobile/modal.scss @@ -37,6 +37,7 @@ overflow-y: auto; max-height: 400px; padding: 10px 0 10px 15px; + width: 95%; } // an ember metamorph is inserted between btn's sometimes, breaking this rule, but only on mobile for some reason: @@ -56,7 +57,7 @@ } h3 { color: $quaternary; - font-size: 15px; + font-size: 18px; padding-left: 15px; margin-bottom: 5px; } @@ -64,7 +65,7 @@ .close { float: right; font-size: 24px; - padding: 15px 15px 5px 5px; + padding: 10px 15px 5px 5px; margin: -15px 0 0 0; color: $primary; }