summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-05-10 15:47:01 +0000
committerTimothy Andrew <mail@timothyandrew.net>2017-05-18 14:06:44 +0000
commit1a32193f6613ab79e6e35b9bbd3f36ef84051372 (patch)
treec8d031509ed61c35a533759b81507d6c84292423
parent8c06fcc2241fd320ae7da9aaa88cff326c9d88fc (diff)
downloadgitlab-ce-1a32193f6613ab79e6e35b9bbd3f36ef84051372.tar.gz
Merge branch '32077-pipeline-graph-margins' into 'master'
Fix broken margin in pipeline graph Closes #32077 See merge request !11239
-rw-r--r--app/assets/stylesheets/pages/pipelines.scss10
1 files changed, 5 insertions, 5 deletions
diff --git a/app/assets/stylesheets/pages/pipelines.scss b/app/assets/stylesheets/pages/pipelines.scss
index eaf3dd49567..4304e736b58 100644
--- a/app/assets/stylesheets/pages/pipelines.scss
+++ b/app/assets/stylesheets/pages/pipelines.scss
@@ -384,9 +384,9 @@
content: '';
position: absolute;
top: 48%;
- left: -48px;
+ left: -44px;
border-top: 2px solid $border-color;
- width: 48px;
+ width: 44px;
height: 1px;
}
}
@@ -486,7 +486,7 @@
color: $gl-text-color-secondary;
// Action Icons in big pipeline-graph nodes
- > div > .ci-action-icon-container .ci-action-icon-wrapper {
+ .ci-action-icon-container .ci-action-icon-wrapper {
height: 30px;
width: 30px;
background: $white-light;
@@ -511,7 +511,7 @@
}
}
- > div > .ci-action-icon-container {
+ .ci-action-icon-container {
position: absolute;
right: 5px;
top: 5px;
@@ -541,7 +541,7 @@
}
}
- > div > .build-content {
+ .build-content {
display: inline-block;
padding: 8px 10px 9px;
width: 100%;