2015-07-07 19:09:03 +02:00
|
|
|
.form {
|
|
|
|
.help {
|
|
|
|
color: #999999;
|
|
|
|
padding-top: .6em;
|
|
|
|
padding-bottom: .6em;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
2015-08-06 16:48:11 +02:00
|
|
|
}
|
|
|
|
.ui.attached.header {
|
|
|
|
background: #f0f0f0;
|
|
|
|
.right {
|
2015-08-20 14:18:49 +02:00
|
|
|
margin-top: -5px;
|
|
|
|
.button {
|
|
|
|
padding: 8px 10px;
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
2015-08-06 16:48:11 +02:00
|
|
|
}
|
2015-08-08 11:10:34 +02:00
|
|
|
}
|
2015-08-26 12:03:30 +02:00
|
|
|
|
2015-08-15 10:03:20 +02:00
|
|
|
.repository {
|
2015-08-28 10:44:04 +02:00
|
|
|
@input-padding: 250px !important;
|
|
|
|
&.new.repo,
|
2015-08-15 10:03:20 +02:00
|
|
|
&.new.migrate,
|
|
|
|
&.new.fork {
|
|
|
|
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;
|
2015-08-08 11:53:38 +02:00
|
|
|
}
|
2015-08-15 10:03:20 +02:00
|
|
|
.help {
|
|
|
|
margin-left: @input-padding+15px;
|
|
|
|
}
|
|
|
|
.dropdown {
|
|
|
|
.dropdown.icon {
|
|
|
|
margin-top: -7px!important;
|
|
|
|
}
|
|
|
|
.text {
|
2015-08-08 11:53:38 +02:00
|
|
|
margin-right: 0!important;
|
2015-08-15 10:03:20 +02:00
|
|
|
i {
|
|
|
|
margin-right: 0!important;
|
|
|
|
}
|
2015-08-08 11:53:38 +02:00
|
|
|
}
|
2015-08-08 11:10:34 +02:00
|
|
|
}
|
2015-08-15 10:03:20 +02:00
|
|
|
.optional .title {
|
|
|
|
margin-left: @input-padding;
|
|
|
|
}
|
|
|
|
input,
|
|
|
|
textarea {
|
|
|
|
width: 50%!important;
|
|
|
|
}
|
2015-08-08 11:53:38 +02:00
|
|
|
}
|
2015-08-08 11:10:34 +02:00
|
|
|
}
|
2015-08-28 10:44:04 +02:00
|
|
|
|
|
|
|
&.new.repo {
|
|
|
|
.selection.dropdown {
|
|
|
|
width: 50%!important;
|
|
|
|
}
|
|
|
|
#auto-init {
|
|
|
|
margin-left: @input-padding+15px;
|
|
|
|
}
|
|
|
|
}
|
2015-08-26 12:03:30 +02:00
|
|
|
}
|
2015-08-26 18:30:06 +02:00
|
|
|
|
|
|
|
.new.webhook {
|
|
|
|
form {
|
|
|
|
.help {
|
|
|
|
margin-left: 25px;
|
|
|
|
}
|
|
|
|
}
|
2015-08-28 17:36:13 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.new.webhook {
|
|
|
|
.events.fields {
|
|
|
|
.column {
|
|
|
|
padding-left: 40px;
|
|
|
|
}
|
|
|
|
}
|
2015-07-07 19:09:03 +02:00
|
|
|
}
|