summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitrie Hoekstra <dimitriehoekstra@gmail.com>2016-10-11 11:34:20 +0200
committerDimitrie Hoekstra <dimitriehoekstra@gmail.com>2016-10-11 11:34:20 +0200
commitd87df157987e5ba2690fc1a7937e557821efb997 (patch)
tree0c959d9c47aaee1aef8bd5c33af1fb0fd0250ef9
parent7a28205629962427bfe5a48610ee4890b37f5ae8 (diff)
downloadgitlab-ce-21604-pipeline-ui-updates.tar.gz
changed the scss for the top line connectors to be exactly centered21604-pipeline-ui-updates
-rw-r--r--app/assets/stylesheets/pages/pipelines.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/assets/stylesheets/pages/pipelines.scss b/app/assets/stylesheets/pages/pipelines.scss
index 21224447628..05f59279637 100644
--- a/app/assets/stylesheets/pages/pipelines.scss
+++ b/app/assets/stylesheets/pages/pipelines.scss
@@ -316,7 +316,7 @@
&::before {
content: '';
position: absolute;
- top: 49%;
+ top: 48%;
left: -48px;
border-top: 2px solid $border-color;
width: 48px;
@@ -493,7 +493,7 @@
&::after {
content: '';
position: absolute;
- top: 49%;
+ top: 48%;
right: -48px;
border-top: 2px solid $border-color;
width: 48px;
@@ -589,7 +589,7 @@
width: 21px;
height: 25px;
position: absolute;
- top: -31px;
+ top: -32px;
border-top: 2px solid $border-color;
}