2015-07-07 19:09:03 +02:00
|
|
|
.form {
|
2017-12-02 20:48:43 +01:00
|
|
|
.help {
|
|
|
|
color: #999999;
|
2019-05-14 02:54:23 +02:00
|
|
|
padding-top: 0.6em;
|
|
|
|
padding-bottom: 0.6em;
|
2017-12-02 20:48:43 +01:00
|
|
|
display: inline-block;
|
|
|
|
}
|
2015-08-06 16:48:11 +02:00
|
|
|
}
|
2019-05-13 08:26:32 +02:00
|
|
|
|
2015-08-06 16:48:11 +02:00
|
|
|
.ui.attached.header {
|
2017-12-02 20:48:43 +01:00
|
|
|
background: #f0f0f0;
|
2019-05-13 08:26:32 +02:00
|
|
|
|
2017-12-02 20:48:43 +01:00
|
|
|
.right {
|
|
|
|
margin-top: -5px;
|
2019-05-13 08:26:32 +02:00
|
|
|
|
2017-12-02 20:48:43 +01:00
|
|
|
.button {
|
|
|
|
padding: 8px 10px;
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
}
|
2015-08-08 11:10:34 +02:00
|
|
|
}
|
2015-08-26 12:03:30 +02:00
|
|
|
|
2015-09-06 16:08:14 +02:00
|
|
|
@create-page-form-input-padding: 250px !important;
|
|
|
|
#create-page-form {
|
2019-05-13 08:26:32 +02:00
|
|
|
form {
|
|
|
|
margin: auto;
|
|
|
|
|
|
|
|
.ui.message {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media only screen and (min-width: 768px) {
|
|
|
|
width: 800px !important;
|
2019-05-14 02:54:23 +02:00
|
|
|
|
2019-05-13 08:26:32 +02:00
|
|
|
.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;
|
|
|
|
}
|
|
|
|
}
|
2019-05-14 02:54:23 +02:00
|
|
|
|
2019-05-13 08:26:32 +02:00
|
|
|
@media only screen and (max-width: 767px) {
|
|
|
|
.optional .title {
|
|
|
|
margin-left: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.inline.field > label {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2015-09-06 16:08:14 +02:00
|
|
|
}
|
|
|
|
|
2017-03-17 01:49:24 +01:00
|
|
|
.signin {
|
2019-05-13 08:26:32 +02:00
|
|
|
.oauth2 {
|
2017-12-02 20:48:43 +01:00
|
|
|
div {
|
2019-05-13 08:26:32 +02:00
|
|
|
display: inline-block;
|
|
|
|
|
2017-12-02 20:48:43 +01:00
|
|
|
p {
|
2019-05-13 08:26:32 +02:00
|
|
|
margin: 10px 5px 0 0;
|
|
|
|
float: left;
|
2017-12-02 20:48:43 +01:00
|
|
|
}
|
|
|
|
}
|
2019-05-13 08:26:32 +02:00
|
|
|
|
2017-12-02 20:48:43 +01:00
|
|
|
a {
|
2019-05-13 08:26:32 +02:00
|
|
|
margin-right: 3px;
|
|
|
|
|
2017-12-02 20:48:43 +01:00
|
|
|
&:last-child {
|
2019-05-13 08:26:32 +02:00
|
|
|
margin-right: 0;
|
2017-12-02 20:48:43 +01:00
|
|
|
}
|
|
|
|
}
|
2019-05-13 08:26:32 +02:00
|
|
|
|
2017-12-02 20:48:43 +01:00
|
|
|
img {
|
2019-05-13 08:26:32 +02:00
|
|
|
width: 32px;
|
|
|
|
height: 32px;
|
|
|
|
|
|
|
|
&.openidConnect {
|
|
|
|
width: auto;
|
|
|
|
}
|
2017-12-02 20:48:43 +01:00
|
|
|
}
|
|
|
|
}
|
2017-03-17 01:49:24 +01:00
|
|
|
}
|
2018-07-05 06:13:05 +02:00
|
|
|
|
|
|
|
@media only screen and (min-width: 768px) {
|
|
|
|
.g-recaptcha {
|
|
|
|
margin: 0 auto !important;
|
|
|
|
width: 304px;
|
|
|
|
padding-left: 30px;
|
|
|
|
}
|
|
|
|
}
|
2019-05-13 08:26:32 +02:00
|
|
|
|
|
|
|
@media screen and (max-height: 575px) {
|
2019-05-14 02:54:23 +02:00
|
|
|
#rc-imageselect,
|
|
|
|
.g-recaptcha {
|
2019-05-13 08:26:32 +02:00
|
|
|
transform: scale(0.77);
|
|
|
|
transform-origin: 0 0;
|
2018-07-05 06:13:05 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2015-09-17 07:54:12 +02:00
|
|
|
.user.activate,
|
2015-09-17 20:57:24 +02:00
|
|
|
.user.forgot.password,
|
|
|
|
.user.reset.password,
|
|
|
|
.user.signin,
|
|
|
|
.user.signup {
|
2018-07-26 17:25:41 +02:00
|
|
|
@input-padding: 200px;
|
2017-12-02 20:48:43 +01:00
|
|
|
#create-page-form;
|
2019-05-13 08:26:32 +02:00
|
|
|
|
2017-12-02 20:48:43 +01:00
|
|
|
form {
|
2019-05-13 08:26:32 +02:00
|
|
|
width: 700px !important;
|
|
|
|
|
2017-12-02 20:48:43 +01:00
|
|
|
.header {
|
|
|
|
padding-left: 0 !important;
|
|
|
|
text-align: center;
|
|
|
|
}
|
2019-05-13 08:26:32 +02:00
|
|
|
|
2017-12-02 20:48:43 +01:00
|
|
|
.inline.field > label {
|
|
|
|
width: @input-padding;
|
|
|
|
}
|
2018-07-26 17:25:41 +02:00
|
|
|
|
2019-05-14 02:54:23 +02:00
|
|
|
.inline.field > label,
|
|
|
|
input {
|
2018-07-26 17:25:41 +02:00
|
|
|
@media only screen and (max-width: 768px) {
|
|
|
|
width: 100% !important;
|
|
|
|
}
|
|
|
|
}
|
2019-10-18 18:26:13 +02:00
|
|
|
|
|
|
|
input[type=number] {
|
|
|
|
-moz-appearance: textfield;
|
|
|
|
}
|
|
|
|
|
|
|
|
input::-webkit-outer-spin-button,
|
|
|
|
input::-webkit-inner-spin-button {
|
|
|
|
-webkit-appearance: none;
|
|
|
|
margin: 0;
|
|
|
|
}
|
2017-12-02 20:48:43 +01:00
|
|
|
}
|
2015-09-13 15:51:51 +02:00
|
|
|
}
|
|
|
|
|
2015-08-15 10:03:20 +02:00
|
|
|
.repository {
|
2017-12-02 20:48:43 +01:00
|
|
|
&.new.repo,
|
|
|
|
&.new.migrate,
|
|
|
|
&.new.fork {
|
|
|
|
#create-page-form;
|
2019-05-13 08:26:32 +02:00
|
|
|
|
2017-12-02 20:48:43 +01:00
|
|
|
form {
|
|
|
|
.dropdown {
|
|
|
|
.dropdown.icon {
|
2019-05-13 08:26:32 +02:00
|
|
|
margin-top: -7px !important;
|
2019-04-16 18:18:09 +02:00
|
|
|
padding-bottom: 5px;
|
2017-12-02 20:48:43 +01:00
|
|
|
}
|
2019-05-13 08:26:32 +02:00
|
|
|
|
2017-12-02 20:48:43 +01:00
|
|
|
.text {
|
2019-05-13 08:26:32 +02:00
|
|
|
margin-right: 0 !important;
|
|
|
|
|
2017-12-02 20:48:43 +01:00
|
|
|
i {
|
2019-05-13 08:26:32 +02:00
|
|
|
margin-right: 0 !important;
|
2017-12-02 20:48:43 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2019-05-13 08:26:32 +02:00
|
|
|
|
2017-12-02 20:48:43 +01:00
|
|
|
.header {
|
|
|
|
padding-left: 0 !important;
|
|
|
|
text-align: center;
|
|
|
|
}
|
2018-07-26 17:25:41 +02:00
|
|
|
|
|
|
|
@media only screen and (max-width: 768px) {
|
2019-05-14 02:54:23 +02:00
|
|
|
label,
|
|
|
|
input,
|
|
|
|
.selection.dropdown {
|
2018-07-26 17:25:41 +02:00
|
|
|
width: 100% !important;
|
|
|
|
}
|
|
|
|
|
2019-05-14 02:54:23 +02:00
|
|
|
.field button,
|
|
|
|
.field a {
|
2018-07-26 17:25:41 +02:00
|
|
|
margin-bottom: 1em;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|
2017-12-02 20:48:43 +01:00
|
|
|
}
|
|
|
|
}
|
2015-08-28 10:44:04 +02:00
|
|
|
|
2019-05-13 08:26:32 +02:00
|
|
|
&.new.repo {
|
|
|
|
.ui.form {
|
|
|
|
@media only screen and (min-width: 768px) {
|
|
|
|
#auto-init {
|
|
|
|
margin-left: @create-page-form-input-padding+15px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.selection.dropdown:not(.owner) {
|
|
|
|
width: 50% !important;
|
|
|
|
|
|
|
|
@media only screen and (max-width: 768px) {
|
|
|
|
width: 100% !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2015-08-26 12:03:30 +02:00
|
|
|
}
|
2015-08-26 18:30:06 +02:00
|
|
|
|
|
|
|
.new.webhook {
|
2017-12-02 20:48:43 +01:00
|
|
|
form {
|
|
|
|
.help {
|
|
|
|
margin-left: 25px;
|
|
|
|
}
|
|
|
|
}
|
2015-08-28 17:36:13 +02:00
|
|
|
|
2017-12-02 20:48:43 +01:00
|
|
|
.events.fields {
|
|
|
|
.column {
|
|
|
|
padding-left: 40px;
|
|
|
|
}
|
|
|
|
}
|
2015-12-07 21:20:54 +01:00
|
|
|
}
|
2017-06-13 04:48:49 +02:00
|
|
|
|
|
|
|
.githook {
|
|
|
|
textarea {
|
2019-03-18 13:49:01 +01:00
|
|
|
font-family: @monospaced-fonts, monospace;
|
2017-06-13 04:48:49 +02:00
|
|
|
}
|
|
|
|
}
|
2018-07-26 17:25:41 +02:00
|
|
|
|
|
|
|
.new.org .ui.form {
|
2019-05-13 08:26:32 +02:00
|
|
|
@media only screen and (max-width: 768px) {
|
2019-05-14 02:54:23 +02:00
|
|
|
.field button,
|
|
|
|
.field a {
|
2019-05-13 08:26:32 +02:00
|
|
|
margin-bottom: 1em;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.field input {
|
|
|
|
width: 100% !important;
|
|
|
|
}
|
|
|
|
}
|
2018-07-26 17:25:41 +02:00
|
|
|
}
|