Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-01-23 16:58:39 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-01-23 16:58:39 +0400
commit6d3a92f22536ef01e8d770b11ba04ffe448b5679 (patch)
tree6850e4ff593437fe36f412c3532f537bae4cc369 /app
parent28e13634dc9318dbd093a4561ee8ea16e1d71460 (diff)
parent7c3a705365bbf014ba6ccf2125c8ea6a6679d40d (diff)
Merge pull request #6131 from dblessing/fix/mobile_ui_login
Enhance responsive UI for the login screen.
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/sections/login.scss5
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 {