💄 Style checkbox label in sign in form

This commit is contained in:
Andrew Patton 2015-04-15 21:49:10 -04:00
parent 072c67e457
commit b579800e50

View file

@ -25,6 +25,11 @@ The register and sign-in page style
.form-label {
width: 160px;
}
.chk-label {
width: auto;
text-align: left;
margin-left: 176px;
}
.alert{
margin:0 30px 24px 30px;
}