1
1
mirror of https://github.com/go-gitea/gitea synced 2024-11-17 23:54:25 +00:00

💄 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;
}