diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-01-23 04:58:39 -0800 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-01-23 04:58:39 -0800 |
commit | 6d3a92f22536ef01e8d770b11ba04ffe448b5679 (patch) | |
tree | 6850e4ff593437fe36f412c3532f537bae4cc369 | |
parent | 28e13634dc9318dbd093a4561ee8ea16e1d71460 (diff) | |
parent | 7c3a705365bbf014ba6ccf2125c8ea6a6679d40d (diff) | |
download | gitlab-ce-6d3a92f22536ef01e8d770b11ba04ffe448b5679.tar.gz |
Merge pull request #6131 from dblessing/fix/mobile_ui_login
Enhance responsive UI for the login screen.
-rw-r--r-- | app/assets/stylesheets/sections/login.scss | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app/assets/stylesheets/sections/login.scss b/app/assets/stylesheets/sections/login.scss index 186294424a2..a78a9cd4879 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 { |