Skip to content

Commit 01b754a

Browse files
Improve styling of login form.
1 parent aac70d3 commit 01b754a

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

webapp/public/style_login.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ body {
3434
z-index: 2;
3535
}
3636
.form-signin input[type="text"] {
37-
margin-bottom: -1px;
37+
margin-bottom: 15px;
3838
border-bottom-right-radius: 0;
3939
border-bottom-left-radius: 0;
4040
}
4141
.form-signin input[type="password"] {
42-
margin-bottom: 10px;
42+
margin-bottom: 5px;
4343
border-bottom-right-radius: 0;
4444
border-bottom-left-radius: 0;
4545
}
@@ -75,3 +75,7 @@ div.vertical-line{
7575
height: 230px;
7676
display: inline-block;
7777
}
78+
79+
a {
80+
text-decoration: none;
81+
}

0 commit comments

Comments
 (0)