2015-07-07 22:39:03 +05:30
|
|
|
.form {
|
2017-12-03 01:18:43 +05:30
|
|
|
.help {
|
|
|
|
color: #999999;
|
|
|
|
padding-top: .6em;
|
|
|
|
padding-bottom: .6em;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
2015-08-06 20:18:11 +05:30
|
|
|
}
|
|
|
|
.ui.attached.header {
|
2017-12-03 01:18:43 +05:30
|
|
|
background: #f0f0f0;
|
|
|
|
.right {
|
|
|
|
margin-top: -5px;
|
|
|
|
.button {
|
|
|
|
padding: 8px 10px;
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
}
|
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 {
|
2017-12-31 06:17:52 +05:30
|
|
|
form {
|
|
|
|
margin: auto;
|
|
|
|
.ui.message {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
@media only screen and (min-width: 768px) {
|
|
|
|
width: 800px!important;
|
|
|
|
.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;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@media only screen and (max-width: 767px) {
|
|
|
|
.optional .title {
|
|
|
|
margin-left: 15px;
|
|
|
|
}
|
|
|
|
.inline.field > label {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2015-09-06 19:38:14 +05:30
|
|
|
}
|
|
|
|
|
2017-03-17 06:19:24 +05:30
|
|
|
.signin {
|
2017-12-03 01:18:43 +05:30
|
|
|
.oauth2{
|
|
|
|
div {
|
|
|
|
display: inline-block;
|
|
|
|
p {
|
|
|
|
margin: 10px 5px 0 0;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
a {
|
|
|
|
margin-right: 3px;
|
|
|
|
&:last-child {
|
|
|
|
margin-right: 0px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
img {
|
|
|
|
width: 32px;
|
|
|
|
height: 32px;
|
|
|
|
&.openidConnect {
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2017-03-17 06:19:24 +05:30
|
|
|
}
|
2018-07-05 09:43:05 +05:30
|
|
|
|
|
|
|
@media only screen and (min-width: 768px) {
|
|
|
|
.g-recaptcha {
|
|
|
|
margin: 0 auto !important;
|
|
|
|
width: 304px;
|
|
|
|
padding-left: 30px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@media screen and (max-height: 575px){
|
|
|
|
#rc-imageselect, .g-recaptcha {
|
|
|
|
transform:scale(0.77);
|
|
|
|
transform-origin:0 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
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 {
|
2018-07-26 20:55:41 +05:30
|
|
|
@input-padding: 200px;
|
2017-12-03 01:18:43 +05:30
|
|
|
#create-page-form;
|
|
|
|
form {
|
|
|
|
width: 700px!important;
|
|
|
|
.header {
|
|
|
|
padding-left: 0 !important;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
.inline.field > label {
|
|
|
|
width: @input-padding;
|
|
|
|
}
|
2018-07-26 20:55:41 +05:30
|
|
|
|
|
|
|
.inline.field > label, input {
|
|
|
|
@media only screen and (max-width: 768px) {
|
|
|
|
width: 100% !important;
|
|
|
|
}
|
|
|
|
}
|
2017-12-03 01:18:43 +05:30
|
|
|
}
|
2015-09-13 19:21:51 +05:30
|
|
|
}
|
|
|
|
|
2015-08-15 13:33:20 +05:30
|
|
|
.repository {
|
2017-12-03 01:18:43 +05:30
|
|
|
&.new.repo,
|
|
|
|
&.new.migrate,
|
|
|
|
&.new.fork {
|
|
|
|
#create-page-form;
|
|
|
|
form {
|
|
|
|
.dropdown {
|
|
|
|
.dropdown.icon {
|
|
|
|
margin-top: -7px!important;
|
|
|
|
}
|
|
|
|
.text {
|
|
|
|
margin-right: 0!important;
|
|
|
|
i {
|
|
|
|
margin-right: 0!important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.header {
|
|
|
|
padding-left: 0 !important;
|
|
|
|
text-align: center;
|
|
|
|
}
|
2018-07-26 20:55:41 +05:30
|
|
|
|
|
|
|
@media only screen and (max-width: 768px) {
|
|
|
|
label, input, .selection.dropdown {
|
|
|
|
width: 100% !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.field button, .field a {
|
|
|
|
margin-bottom: 1em;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|
2017-12-03 01:18:43 +05:30
|
|
|
}
|
|
|
|
}
|
2015-08-28 14:14:04 +05:30
|
|
|
|
2017-12-31 06:17:52 +05:30
|
|
|
&.new.repo {
|
|
|
|
.ui.form {
|
|
|
|
@media only screen and (min-width: 768px) {
|
|
|
|
#auto-init {
|
|
|
|
margin-left: @create-page-form-input-padding+15px;
|
|
|
|
}
|
|
|
|
}
|
2018-07-26 20:55:41 +05:30
|
|
|
|
|
|
|
.selection.dropdown:not(.owner) {
|
|
|
|
width: 50%!important;
|
|
|
|
|
|
|
|
@media only screen and (max-width: 768px) {
|
|
|
|
width: 100% !important;
|
|
|
|
}
|
|
|
|
}
|
2017-12-31 06:17:52 +05:30
|
|
|
}
|
|
|
|
}
|
2015-08-26 15:33:30 +05:30
|
|
|
}
|
2015-08-26 22:00:06 +05:30
|
|
|
|
|
|
|
.new.webhook {
|
2017-12-03 01:18:43 +05:30
|
|
|
form {
|
|
|
|
.help {
|
|
|
|
margin-left: 25px;
|
|
|
|
}
|
|
|
|
}
|
2015-08-28 21:06:13 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
.new.webhook {
|
2017-12-03 01:18:43 +05:30
|
|
|
.events.fields {
|
|
|
|
.column {
|
|
|
|
padding-left: 40px;
|
|
|
|
}
|
|
|
|
}
|
2015-12-08 01:50:54 +05:30
|
|
|
}
|
2017-06-13 08:18:49 +05:30
|
|
|
|
|
|
|
.githook {
|
|
|
|
textarea {
|
|
|
|
font-family: monospace;
|
|
|
|
}
|
|
|
|
}
|
2018-07-26 20:55:41 +05:30
|
|
|
|
|
|
|
.new.org .ui.form {
|
|
|
|
@media only screen and (max-width: 768px) {
|
|
|
|
.field button, .field a{
|
|
|
|
margin-bottom: 1em;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.field input {
|
|
|
|
width: 100% !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|