💄 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
1 changed files with 6 additions and 1 deletions

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;
}
@ -60,4 +65,4 @@ The register and sign-in page style
background-color: #FFF;
margin-left: -15px;
}
}
}