CSS: Fix margin of .form-controls on login

refs #5543
This commit is contained in:
Eric Lippmann 2015-09-30 18:34:20 +02:00
parent 591ff4e88b
commit 82abff50f2
1 changed files with 5 additions and 1 deletions

View File

@ -5,8 +5,12 @@
width: 100%;
height: 100%;
.form-controls {
margin: 0;
}
.control-group {
padding: 0px 0px 0px 0px;
padding: 0;
}
.logo {