From 7c3a705365bbf014ba6ccf2125c8ea6a6679d40d Mon Sep 17 00:00:00 2001 From: Drew Blessing Date: Wed, 22 Jan 2014 19:46:01 -0600 Subject: [PATCH] Enhance responsive UI for the login screen. --- app/assets/stylesheets/sections/login.scss | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/sections/login.scss b/app/assets/stylesheets/sections/login.scss index 186294424a2ae..a78a9cd487995 100644 --- a/app/assets/stylesheets/sections/login.scss +++ b/app/assets/stylesheets/sections/login.scss @@ -6,11 +6,10 @@ } .login-box{ - width: 304px; + max-width: 304px; position: relative; @include border-radius(5px); margin: auto; - padding: 20px; background: white; } @@ -23,7 +22,7 @@ background-color: #f1f1f1; font-size: 16px; padding: 14px 10px; - width: 280px; + width: 100%; height: auto; &.top {