Skip to content

Commit

Permalink
Equal field widths in mod_login
Browse files Browse the repository at this point in the history
  • Loading branch information
ciar4n committed Feb 11, 2017
1 parent 30218ae commit 078a72c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions templates/protostar/css/template.css
Expand Up @@ -7276,6 +7276,11 @@ p {
.breadcrumb > .active {
color: #515151;
}
.add-on + #modlgn-username,
.add-on + #modlgn-passwd {
max-width: 132px;
width: 100%;
}
.img_caption .left {
float: left;
margin-right: 1em;
Expand Down
7 changes: 7 additions & 0 deletions templates/protostar/less/template.less
Expand Up @@ -241,6 +241,13 @@ p {
.breadcrumb > .active {
color: #515151;
}
/* mod_login */
.add-on {
+ #modlgn-username, + #modlgn-passwd {
max-width: 132px;
width: 100%;
}
}
/* Caption fixes */
.img_caption .left {
float: left;
Expand Down

0 comments on commit 078a72c

Please sign in to comment.