summaryrefslogtreecommitdiffstats
path: root/public/less/_form.less
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-09-13 15:51:51 +0200
committerUnknwon <u@gogs.io>2015-09-13 15:51:51 +0200
commit8e0a69f86a9e103d1d82d3c5000e01b4e2570a51 (patch)
tree6c0802f63be1ff7867b80375b406dd8b520f6b1e /public/less/_form.less
parent#1500 only regulateTimeZone for MySQL (diff)
downloadforgejo-8e0a69f86a9e103d1d82d3c5000e01b4e2570a51.tar.xz
forgejo-8e0a69f86a9e103d1d82d3c5000e01b4e2570a51.zip
#697 disable captcha and new admin create user UI
Diffstat (limited to 'public/less/_form.less')
-rw-r--r--public/less/_form.less14
1 files changed, 14 insertions, 0 deletions
diff --git a/public/less/_form.less b/public/less/_form.less
index 905500521c..56095bf988 100644
--- a/public/less/_form.less
+++ b/public/less/_form.less
@@ -46,6 +46,20 @@
}
}
+.signup {
+ @input-padding: 200px!important;
+ #create-page-form;
+ form {
+ width: 700px!important;
+ .header {
+ padding-left: @input-padding+30px;
+ }
+ .inline.field > label {
+ width: @input-padding;
+ }
+ }
+}
+
.repository {
&.new.repo,
&.new.migrate,