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