Skip to content

Commit

Permalink
Add space between header and form
Browse files Browse the repository at this point in the history
  • Loading branch information
ciar4n committed Feb 11, 2017
1 parent 078a72c commit b36e1b8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions templates/protostar/css/template.css
Expand Up @@ -7276,6 +7276,9 @@ p {
.breadcrumb > .active {
color: #515151;
}
#login-form {
margin-top: 8px;
}
.add-on + #modlgn-username,
.add-on + #modlgn-passwd {
max-width: 132px;
Expand Down
3 changes: 3 additions & 0 deletions templates/protostar/less/template.less
Expand Up @@ -242,6 +242,9 @@ p {
color: #515151;
}
/* mod_login */
#login-form {
margin-top: 8px;
}
.add-on {
+ #modlgn-username, + #modlgn-passwd {
max-width: 132px;
Expand Down

0 comments on commit b36e1b8

Please sign in to comment.