]> source.dussan.org Git - gitea.git/commitdiff
:lipstick: Style checkbox label in sign in form
authorAndrew Patton <andrew@acusti.ca>
Thu, 16 Apr 2015 01:49:10 +0000 (21:49 -0400)
committerAndrew Patton <andrew@acusti.ca>
Thu, 16 Apr 2015 01:49:10 +0000 (21:49 -0400)
public/ng/less/gogs/sign.less

index 55a9ffbbd908a589962c0eb5505618ecc7341439..3950be032aed7b17f0df5da0387110c1e05016f9 100644 (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;
   }
-}
\ No newline at end of file
+}