summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets
diff options
context:
space:
mode:
authorDimitrie Hoekstra <dimitriehoekstra@gmail.com>2016-10-07 14:57:57 +0200
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-10-10 10:48:50 -0500
commit879a68a7c48c469c2646ecd89412cab9679d8860 (patch)
tree7bda8452eab77e0f58a571c61cf1aa1db05fc083 /app/assets/stylesheets
parent274ac4efdb94efe4d3ea4d5fff193eb2f02db507 (diff)
downloadgitlab-ce-879a68a7c48c469c2646ecd89412cab9679d8860.tar.gz
slight update to lines and curves positioning
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r--app/assets/stylesheets/pages/pipelines.scss8
1 files changed, 5 insertions, 3 deletions
diff --git a/app/assets/stylesheets/pages/pipelines.scss b/app/assets/stylesheets/pages/pipelines.scss
index 0c3c1e404af..04cce24ce7d 100644
--- a/app/assets/stylesheets/pages/pipelines.scss
+++ b/app/assets/stylesheets/pages/pipelines.scss
@@ -321,6 +321,7 @@
border-top: 2px solid $border-color;
width: 48px;
height: 1px;
+ margin-top: -1px;
}
}
}
@@ -498,6 +499,7 @@
border-top: 2px solid $border-color;
width: 48px;
height: 1px;
+ margin-top: -1px;
}
}
@@ -505,7 +507,7 @@
&:not(:first-child) {
&::after, &::before {
content: '';
- top: -47px;
+ top: -49px;
position: absolute;
border-bottom: 2px solid $border-color;
width: 25px;
@@ -531,7 +533,7 @@
&:nth-child(2) {
&::after, &::before {
height: 29px;
- top: -7px;
+ top: -9px;
}
.curve {
display: block;
@@ -589,7 +591,7 @@
width: 21px;
height: 25px;
position: absolute;
- top: -31.5px;
+ top: -32.5px;
border-top: 2px solid $border-color;
}