mirror of
https://github.com/go-gitea/gitea
synced 2025-07-23 02:38:35 +00:00
#697 disable captcha and new admin create user UI
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user