Skip to content

Commit

Permalink
Merge pull request gitlabhq#6131 from dblessing/fix/mobile_ui_login
Browse files Browse the repository at this point in the history
Enhance responsive UI for the login screen.
  • Loading branch information
dzaporozhets committed Jan 23, 2014
2 parents 28e1363 + 7c3a705 commit 6d3a92f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app/assets/stylesheets/sections/login.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@
}

.login-box{
width: 304px;
max-width: 304px;
position: relative;
@include border-radius(5px);
margin: auto;
padding: 20px;
background: white;
}

Expand All @@ -23,7 +22,7 @@
background-color: #f1f1f1;
font-size: 16px;
padding: 14px 10px;
width: 280px;
width: 100%;
height: auto;

&.top {
Expand Down

0 comments on commit 6d3a92f

Please sign in to comment.