Commit 774f5246 authored by Filipa Lacerda's avatar Filipa Lacerda Committed by Phil Hughes

Port of 32077-pipeline-graph-margins to EE

parent 8e7c073a
...@@ -388,9 +388,9 @@ ...@@ -388,9 +388,9 @@
content: ''; content: '';
position: absolute; position: absolute;
top: 48%; top: 48%;
left: -48px; left: -44px;
border-top: 2px solid $border-color; border-top: 2px solid $border-color;
width: 48px; width: 44px;
height: 1px; height: 1px;
} }
} }
...@@ -490,7 +490,7 @@ ...@@ -490,7 +490,7 @@
color: $gl-text-color-secondary; color: $gl-text-color-secondary;
// Action Icons in big pipeline-graph nodes // Action Icons in big pipeline-graph nodes
> .ci-action-icon-container .ci-action-icon-wrapper { .ci-action-icon-container .ci-action-icon-wrapper {
height: 30px; height: 30px;
width: 30px; width: 30px;
background: $white-light; background: $white-light;
...@@ -515,7 +515,7 @@ ...@@ -515,7 +515,7 @@
} }
} }
> .ci-action-icon-container { .ci-action-icon-container {
position: absolute; position: absolute;
right: 5px; right: 5px;
top: 5px; top: 5px;
...@@ -545,7 +545,7 @@ ...@@ -545,7 +545,7 @@
} }
} }
> .build-content { .build-content {
display: inline-block; display: inline-block;
padding: 8px 10px 9px; padding: 8px 10px 9px;
width: 100%; width: 100%;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment