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