2015-07-07 17:09:03 +00:00
|
|
|
.form {
|
|
|
|
.help {
|
|
|
|
color: #999999;
|
|
|
|
padding-top: .6em;
|
|
|
|
padding-bottom: .6em;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
2015-08-06 14:48:11 +00:00
|
|
|
}
|
|
|
|
.ui.attached.header {
|
|
|
|
background: #f0f0f0;
|
|
|
|
.right {
|
2015-08-20 12:18:49 +00:00
|
|
|
margin-top: -5px;
|
|
|
|
.button {
|
|
|
|
padding: 8px 10px;
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
2015-08-06 14:48:11 +00:00
|
|
|
}
|
2015-08-08 09:10:34 +00:00
|
|
|
}
|
2015-08-26 10:03:30 +00:00
|
|
|
|
2015-09-06 14:08:14 +00:00
|
|
|
@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;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2015-09-17 05:54:12 +00:00
|
|
|
.user.activate,
|
2015-09-17 18:57:24 +00:00
|
|
|
.user.forgot.password,
|
|
|
|
.user.reset.password,
|
|
|
|
.user.signin,
|
|
|
|
.user.signup {
|
2015-09-13 13:51:51 +00:00
|
|
|
@input-padding: 200px!important;
|
|
|
|
#create-page-form;
|
|
|
|
form {
|
|
|
|
width: 700px!important;
|
|
|
|
.header {
|
|
|
|
padding-left: @input-padding+30px;
|
|
|
|
}
|
|
|
|
.inline.field > label {
|
|
|
|
width: @input-padding;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2015-08-15 08:03:20 +00:00
|
|
|
.repository {
|
2015-08-28 08:44:04 +00:00
|
|
|
&.new.repo,
|
2015-08-15 08:03:20 +00:00
|
|
|
&.new.migrate,
|
|
|
|
&.new.fork {
|
2015-09-06 14:08:14 +00:00
|
|
|
#create-page-form;
|
2015-08-15 08:03:20 +00:00
|
|
|
form {
|
|
|
|
.dropdown {
|
|
|
|
.dropdown.icon {
|
|
|
|
margin-top: -7px!important;
|
|
|
|
}
|
|
|
|
.text {
|
2015-08-08 09:53:38 +00:00
|
|
|
margin-right: 0!important;
|
2015-08-15 08:03:20 +00:00
|
|
|
i {
|
|
|
|
margin-right: 0!important;
|
|
|
|
}
|
2015-08-08 09:53:38 +00:00
|
|
|
}
|
2015-08-08 09:10:34 +00:00
|
|
|
}
|
2015-08-08 09:53:38 +00:00
|
|
|
}
|
2015-08-08 09:10:34 +00:00
|
|
|
}
|
2015-08-28 08:44:04 +00:00
|
|
|
|
|
|
|
&.new.repo {
|
2015-09-01 15:43:53 +00:00
|
|
|
.ui.form {
|
|
|
|
.selection.dropdown:not(.owner) {
|
|
|
|
width: 50%!important;
|
|
|
|
}
|
|
|
|
#auto-init {
|
2015-09-06 14:08:14 +00:00
|
|
|
margin-left: @create-page-form-input-padding+15px;
|
2015-09-01 15:43:53 +00:00
|
|
|
}
|
2015-08-28 08:44:04 +00:00
|
|
|
}
|
|
|
|
}
|
2015-08-26 10:03:30 +00:00
|
|
|
}
|
2015-08-26 16:30:06 +00:00
|
|
|
|
|
|
|
.new.webhook {
|
|
|
|
form {
|
|
|
|
.help {
|
|
|
|
margin-left: 25px;
|
|
|
|
}
|
|
|
|
}
|
2015-08-28 15:36:13 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.new.webhook {
|
|
|
|
.events.fields {
|
|
|
|
.column {
|
|
|
|
padding-left: 40px;
|
|
|
|
}
|
|
|
|
}
|
2015-12-07 20:20:54 +00:00
|
|
|
}
|