We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aac70d3 commit 01b754aCopy full SHA for 01b754a
webapp/public/style_login.css
@@ -34,12 +34,12 @@ body {
34
z-index: 2;
35
}
36
.form-signin input[type="text"] {
37
- margin-bottom: -1px;
+ margin-bottom: 15px;
38
border-bottom-right-radius: 0;
39
border-bottom-left-radius: 0;
40
41
.form-signin input[type="password"] {
42
- margin-bottom: 10px;
+ margin-bottom: 5px;
43
44
45
@@ -75,3 +75,7 @@ div.vertical-line{
75
height: 230px;
76
display: inline-block;
77
78
+
79
+a {
80
+ text-decoration: none;
81
+}
0 commit comments