2014-09-19 03:02:17 -04:00
|
|
|
textarea {
|
|
|
|
resize: vertical;
|
|
|
|
}
|
|
|
|
|
2016-01-21 21:18:03 -05:00
|
|
|
input {
|
2016-01-22 23:48:15 -05:00
|
|
|
border-radius: $border-radius-base;
|
2016-01-21 21:18:03 -05:00
|
|
|
}
|
|
|
|
|
2013-08-29 14:45:19 -04:00
|
|
|
input[type='text'].danger {
|
2016-11-30 08:25:25 -05:00
|
|
|
background: $input-danger-bg !important;
|
|
|
|
border-color: $input-danger-border;
|
|
|
|
text-shadow: 0 1px 1px $white-light;
|
2013-08-29 14:45:19 -04:00
|
|
|
}
|
|
|
|
|
2013-11-12 07:28:12 -05:00
|
|
|
.datetime-controls {
|
|
|
|
select {
|
|
|
|
width: 100px;
|
|
|
|
}
|
|
|
|
}
|
2013-12-30 17:36:31 -05:00
|
|
|
|
|
|
|
.form-actions {
|
2015-12-02 08:48:06 -05:00
|
|
|
margin-top: 0;
|
|
|
|
margin-bottom: -$gl-padding;
|
|
|
|
padding: $gl-padding;
|
2016-12-12 17:26:21 -05:00
|
|
|
background-color: $gray-light;
|
2015-03-18 01:25:25 -04:00
|
|
|
border-top: 1px solid $border-color;
|
2015-01-06 00:48:04 -05:00
|
|
|
}
|
|
|
|
|
2014-01-04 12:27:09 -05:00
|
|
|
label {
|
|
|
|
&.inline-label {
|
|
|
|
margin: 0;
|
|
|
|
}
|
2016-02-29 06:37:27 -05:00
|
|
|
|
|
|
|
&.label-light {
|
2017-08-24 10:13:24 -04:00
|
|
|
font-weight: $gl-font-weight-bold;
|
2016-02-29 06:37:27 -05:00
|
|
|
}
|
2013-12-30 17:36:31 -05:00
|
|
|
}
|
2013-12-31 10:08:31 -05:00
|
|
|
|
2016-04-22 16:23:55 -04:00
|
|
|
.control-label {
|
|
|
|
@extend .col-sm-2;
|
|
|
|
}
|
|
|
|
|
2013-12-31 10:08:31 -05:00
|
|
|
.inline-input-group {
|
|
|
|
width: 250px;
|
|
|
|
}
|
2014-01-04 12:27:09 -05:00
|
|
|
|
2014-02-14 05:30:12 -05:00
|
|
|
.custom-form-control {
|
|
|
|
width: 150px;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: $screen-sm-min) {
|
|
|
|
.custom-form-control {
|
|
|
|
width: 150px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Medium devices (desktops, 992px and up) */
|
|
|
|
@media (min-width: $screen-md-min) {
|
|
|
|
.custom-form-control {
|
|
|
|
width: 170px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Large devices (large desktops, 1200px and up) */
|
|
|
|
@media (min-width: $screen-lg-min) {
|
|
|
|
.custom-form-control {
|
|
|
|
width: 200px;
|
|
|
|
}
|
|
|
|
}
|
2014-02-22 14:27:23 -05:00
|
|
|
|
2016-11-21 17:11:21 -05:00
|
|
|
.help-form .form-group {
|
|
|
|
margin-left: 0;
|
|
|
|
margin-right: 0;
|
2016-11-18 17:46:57 -05:00
|
|
|
|
2016-11-21 17:11:21 -05:00
|
|
|
.control-label {
|
2017-08-24 10:13:24 -04:00
|
|
|
font-weight: $gl-font-weight-bold;
|
2016-11-21 17:11:21 -05:00
|
|
|
padding-top: 4px;
|
|
|
|
}
|
2016-11-18 17:46:57 -05:00
|
|
|
|
2016-11-21 17:11:21 -05:00
|
|
|
.form-control {
|
|
|
|
height: 29px;
|
|
|
|
background: $white-light;
|
|
|
|
font-family: $monospace_font;
|
|
|
|
}
|
2016-11-18 17:46:57 -05:00
|
|
|
|
2016-11-21 17:11:21 -05:00
|
|
|
.input-group-btn .btn {
|
|
|
|
padding: 3px $gl-btn-padding;
|
|
|
|
background-color: $gray-light;
|
|
|
|
border: 1px solid $border-color;
|
|
|
|
}
|
|
|
|
|
|
|
|
.text-block {
|
|
|
|
line-height: 0.8;
|
|
|
|
padding-top: 9px;
|
2016-11-18 17:46:57 -05:00
|
|
|
|
2016-11-21 17:11:21 -05:00
|
|
|
code {
|
|
|
|
line-height: 1.8;
|
2016-11-18 17:46:57 -05:00
|
|
|
}
|
2016-12-13 11:53:01 -05:00
|
|
|
|
|
|
|
img {
|
|
|
|
margin-right: $gl-padding;
|
|
|
|
}
|
2016-11-21 17:11:21 -05:00
|
|
|
}
|
2016-11-18 17:46:57 -05:00
|
|
|
|
2016-12-01 00:27:58 -05:00
|
|
|
@media(max-width: $screen-xs-max) {
|
2016-11-21 17:11:21 -05:00
|
|
|
padding: 0 $gl-padding;
|
2016-11-18 17:46:57 -05:00
|
|
|
|
2016-11-21 17:11:21 -05:00
|
|
|
.control-label,
|
|
|
|
.text-block {
|
|
|
|
padding-left: 0;
|
2016-11-18 17:46:57 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2014-06-03 06:05:06 -04:00
|
|
|
.fieldset-form fieldset {
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
2014-06-18 16:53:19 -04:00
|
|
|
|
|
|
|
.form-control {
|
2016-09-09 08:21:00 -04:00
|
|
|
@include box-shadow(none);
|
|
|
|
border-radius: 2px;
|
2016-06-06 14:11:49 -04:00
|
|
|
padding: $gl-vert-padding $gl-input-padding;
|
2014-06-18 16:53:19 -04:00
|
|
|
}
|
2014-09-11 06:05:38 -04:00
|
|
|
|
2016-04-25 09:55:03 -04:00
|
|
|
.select-wrapper {
|
|
|
|
position: relative;
|
|
|
|
|
2017-06-19 09:50:30 -04:00
|
|
|
.fa-chevron-down {
|
2016-04-25 09:55:03 -04:00
|
|
|
position: absolute;
|
2017-06-19 09:50:30 -04:00
|
|
|
font-size: 10px;
|
2016-04-25 09:55:03 -04:00
|
|
|
right: 10px;
|
2017-06-19 09:50:30 -04:00
|
|
|
top: 12px;
|
2016-04-25 09:55:03 -04:00
|
|
|
color: $gray-darkest;
|
|
|
|
pointer-events: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.select-control {
|
|
|
|
padding-left: 10px;
|
|
|
|
padding-right: 10px;
|
|
|
|
-webkit-appearance: none;
|
2017-06-19 09:50:30 -04:00
|
|
|
-moz-appearance: none;
|
|
|
|
appearance: none;
|
|
|
|
|
|
|
|
&::-ms-expand {
|
|
|
|
display: none;
|
|
|
|
}
|
2016-04-25 09:55:03 -04:00
|
|
|
}
|
|
|
|
|
2015-12-31 15:08:42 -05:00
|
|
|
.form-control-inline {
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
|
2014-12-24 09:52:40 -05:00
|
|
|
.wiki-content {
|
2014-09-11 06:05:38 -04:00
|
|
|
margin-top: 35px;
|
|
|
|
}
|
2015-10-05 15:18:21 -04:00
|
|
|
|
2017-06-12 07:47:46 -04:00
|
|
|
.form-group .control-label,
|
|
|
|
.form-group .control-label-full-width {
|
2017-08-24 10:13:24 -04:00
|
|
|
font-weight: $gl-font-weight-normal;
|
2015-10-05 15:18:21 -04:00
|
|
|
}
|
|
|
|
|
2015-10-07 11:21:15 -04:00
|
|
|
.form-control::-webkit-input-placeholder {
|
2016-12-30 15:18:27 -05:00
|
|
|
color: $gl-text-color-secondary;
|
2015-10-05 15:18:21 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.input-group {
|
2015-12-02 08:09:50 -05:00
|
|
|
.select2-container {
|
|
|
|
display: table-cell;
|
|
|
|
width: 200px !important;
|
|
|
|
}
|
2016-10-14 16:39:08 -04:00
|
|
|
|
2015-10-05 15:18:21 -04:00
|
|
|
.input-group-addon {
|
2016-11-30 08:25:25 -05:00
|
|
|
background-color: $input-group-addon-bg;
|
2015-10-05 15:18:21 -04:00
|
|
|
}
|
2016-10-14 16:39:08 -04:00
|
|
|
|
2015-12-02 08:09:50 -05:00
|
|
|
.input-group-addon:not(:first-child):not(:last-child) {
|
|
|
|
border-left: 0;
|
|
|
|
border-right: 0;
|
|
|
|
}
|
2015-10-05 15:18:21 -04:00
|
|
|
}
|
2016-09-09 08:21:00 -04:00
|
|
|
|
|
|
|
.help-block {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gl-field-error {
|
2017-03-23 12:04:25 -04:00
|
|
|
color: $red-500;
|
2016-09-09 08:21:00 -04:00
|
|
|
}
|
|
|
|
|
2016-11-02 06:35:21 -04:00
|
|
|
.gl-show-field-errors {
|
2016-10-21 07:49:09 -04:00
|
|
|
.gl-field-success-outline {
|
2017-03-23 12:04:25 -04:00
|
|
|
border: 1px solid $green-600;
|
2016-10-21 07:49:09 -04:00
|
|
|
|
|
|
|
&:focus {
|
2017-03-23 12:04:25 -04:00
|
|
|
box-shadow: 0 0 0 1px $green-600 inset, 0 1px 1px $gl-field-focus-shadow inset, 0 0 4px 0 $green-600;
|
2016-10-21 07:49:09 -04:00
|
|
|
border: 0 none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.gl-field-error-outline {
|
2017-03-23 12:04:25 -04:00
|
|
|
border: 1px solid $red-500;
|
2016-10-21 07:49:09 -04:00
|
|
|
|
|
|
|
&:focus {
|
2017-03-23 12:04:25 -04:00
|
|
|
box-shadow: 0 0 0 1px $red-500 inset, 0 1px 1px $gl-field-focus-shadow inset, 0 0 4px 0 $gl-field-focus-shadow-error;
|
2016-10-21 07:49:09 -04:00
|
|
|
border: 0 none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.gl-field-success-message {
|
2017-03-23 12:04:25 -04:00
|
|
|
color: $green-600;
|
2016-10-21 07:49:09 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.gl-field-error-message {
|
2017-03-23 12:04:25 -04:00
|
|
|
color: $red-500;
|
2016-10-21 07:49:09 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.gl-field-hint {
|
|
|
|
color: $gl-text-color;
|
|
|
|
}
|
|
|
|
}
|
2017-03-22 18:34:21 -04:00
|
|
|
|
|
|
|
@media(max-width: $screen-xs-max) {
|
|
|
|
.remember-me {
|
|
|
|
.remember-me-checkbox {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|