#1193 Make organization emails non-mandatory

This commit is contained in:
Unknwon 2015-09-06 10:08:14 -04:00
parent aa67de910a
commit 80701d45bb
11 changed files with 135 additions and 164 deletions

File diff suppressed because one or more lines are too long

View file

@ -17,28 +17,41 @@
}
}
@create-page-form-input-padding: 250px !important;
#create-page-form {
form {
margin: auto;
width: 800px!important;
.ui.message {
text-align: center;
}
.header {
padding-left: @create-page-form-input-padding+30px;
}
.inline.field > label {
text-align: right;
width: @create-page-form-input-padding;
word-wrap: break-word;
}
.help {
margin-left: @create-page-form-input-padding+15px;
}
.optional .title {
margin-left: @create-page-form-input-padding;
}
input,
textarea {
width: 50%!important;
}
}
}
.repository {
@input-padding: 250px !important;
&.new.repo,
&.new.migrate,
&.new.fork {
#create-page-form;
form {
margin: auto;
width: 800px!important;
.ui.message {
text-align: center;
}
.header {
padding-left: @input-padding+30px;
}
.inline.field > label {
text-align: right;
width: @input-padding;
word-wrap: break-word;
}
.help {
margin-left: @input-padding+15px;
}
.dropdown {
.dropdown.icon {
margin-top: -7px!important;
@ -50,13 +63,6 @@
}
}
}
.optional .title {
margin-left: @input-padding;
}
input,
textarea {
width: 50%!important;
}
}
}
@ -66,7 +72,7 @@
width: 50%!important;
}
#auto-init {
margin-left: @input-padding+15px;
margin-left: @create-page-form-input-padding+15px;
}
}
}

View file

@ -14,4 +14,8 @@
}
}
}
&.new.org {
#create-page-form;
}
}