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
path: root/app
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-06-21 11:02:59 +0300
committerPhil Hughes <me@iamphill.com>2017-06-21 11:02:59 +0300
commitfff3c6ecce11c252114e65ddc70773bc2470369d (patch)
tree7e175260754c0e4b0f7443c09c908bf6ee3d2850 /app
parent39bc8e143de6e4043bc11f547d6fb8aadc43c050 (diff)
parentcbc1aa348583c846b069065e41edd743cccdacf0 (diff)
Merge branch '33879-buttons-margin' into '9-3-stable'
Adds margin between buttons in CI header See merge request !12302
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/pages/pipelines.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/pipelines.scss b/app/assets/stylesheets/pages/pipelines.scss
index 58b458cd837..410b22224aa 100644
--- a/app/assets/stylesheets/pages/pipelines.scss
+++ b/app/assets/stylesheets/pages/pipelines.scss
@@ -991,4 +991,8 @@
.text-center {
padding-top: 12px;
}
+
+ .header-action-button .btn {
+ margin-left: 5px;
+ }
}