Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke "Jared" Bennett <lbennett@gitlab.com>2016-11-22 01:11:21 +0300
committerLuke "Jared" Bennett <lbennett@gitlab.com>2016-11-22 01:11:21 +0300
commit334347febc3dafdb39ef9bc6b552c6eb886bcbfc (patch)
treef553920669b411ca1d197be52c9c60bc9cbe60ff /app/assets/stylesheets/framework/forms.scss
parent67fde38806bd843c8008766edf49023e4c63df81 (diff)
Frontend review changes
Diffstat (limited to 'app/assets/stylesheets/framework/forms.scss')
-rw-r--r--app/assets/stylesheets/framework/forms.scss57
1 files changed, 29 insertions, 28 deletions
diff --git a/app/assets/stylesheets/framework/forms.scss b/app/assets/stylesheets/framework/forms.scss
index be2d87197bf..e83a1f7ad68 100644
--- a/app/assets/stylesheets/framework/forms.scss
+++ b/app/assets/stylesheets/framework/forms.scss
@@ -68,41 +68,42 @@ label {
}
}
-.help-form {
- .form-group {
- .control-label {
- font-weight: bold;
- padding-top: 4px;
- }
+.help-form .form-group {
+ margin-left: 0;
+ margin-right: 0;
- .form-control {
- height: 29px;
- background: $white-light;
- font-family: $monospace_font;
- }
+ .control-label {
+ font-weight: bold;
+ padding-top: 4px;
+ }
- .input-group-btn .btn {
- padding: 3px $gl-btn-padding;
- background-color: $gray-light;
- border: 1px solid $border-color;
- }
+ .form-control {
+ height: 29px;
+ background: $white-light;
+ font-family: $monospace_font;
+ }
- .text-block {
- line-height: 0.8;
- padding-top: 9px;
+ .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;
- code {
- line-height: 1.8;
- }
+ code {
+ line-height: 1.8;
}
+ }
- @media(max-width: $screen-sm-min) {
- padding: 0 $gl-padding;
+ @media(max-width: $screen-sm-min) {
+ padding: 0 $gl-padding;
- .control-label,
- .text-block {
- padding-left: 0;
- }
+ .control-label,
+ .text-block {
+ padding-left: 0;
}
}
}