Skip to content

Commit

Permalink
Merge pull request #1 from umbraco/dev-v7
Browse files Browse the repository at this point in the history
Merge Shannons changes
  • Loading branch information
sebastian-claesson committed May 18, 2015
2 parents adde7c2 + 3b791c7 commit e9753c7
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/Umbraco.Web.UI.Client/src/less/login.less
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@
}

.login-overlay .form {
position:fixed;
display: block;
padding-top: 100px;
padding-left: 21%;
top: 100px;
left: 165px;
width: 370px;
text-align: right
}
Expand All @@ -46,10 +47,10 @@
text-align: center;
}

@media (max-width: 767px) {
@media (max-width: 565px) {
// Remove padding on login-form on smaller devices
.login-overlay .form {
padding-left: 2%!important;
width: 90%;
left: inherit;
right:25px;
}
}

0 comments on commit e9753c7

Please sign in to comment.