Browse Source

💄 Style checkbox label in sign in form

pull/1210/head
Andrew Patton 10 years ago
parent
commit
b579800e50
  1. 5
      public/ng/less/gogs/sign.less

5
public/ng/less/gogs/sign.less

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

Loading…
Cancel
Save