Skip to content
Snippets Groups Projects
Unverified Commit deaf4f72 authored by Phil Hughes's avatar Phil Hughes
Browse files

design update

parent f73b2c8e
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -67,7 +67,7 @@ export default {
 
<template>
<div class="ide-pipeline build-page d-flex flex-column flex-fill">
<header class="ide-tree-header ide-pipeline-header">
<header class="ide-job-header d-flex align-items-center">
<button
class="btn btn-default btn-sm d-flex"
@click="setDetailJob(null)"
Loading
Loading
@@ -78,7 +78,7 @@ export default {
{{ __('View jobs') }}
</button>
</header>
<div class="top-bar d-flex">
<div class="top-bar d-flex border-left-0">
<job-description
:job="detailJob"
/>
Loading
Loading
@@ -110,7 +110,7 @@ export default {
</div>
</div>
<pre
class="build-trace mb-0"
class="build-trace mb-0 h-100"
ref="buildTrace"
@scroll="scrollBuildLog"
>
Loading
Loading
Loading
Loading
@@ -27,13 +27,16 @@ export default {
<template>
<div class="ide-job-item">
<job-description
class="append-right-default"
:job="job"
/>
<button
class="btn btn-default btn-sm ml-auto"
@click="clickViewLog"
>
{{ __('View log') }}
</button>
<div class="ml-auto align-self-center">
<button
class="btn btn-default btn-sm"
@click="clickViewLog"
>
{{ __('View log') }}
</button>
</div>
</div>
</template>
Loading
Loading
@@ -1146,8 +1146,13 @@
}
 
.ide-external-link {
position: relative;
svg {
display: none;
position: absolute;
top: 2px;
right: -$gl-padding;
}
 
&:hover,
Loading
Loading
@@ -1178,6 +1183,8 @@
display: flex;
flex-direction: column;
height: 100%;
margin-top: -$grid-size;
margin-bottom: -$grid-size;
 
.empty-state {
margin-top: auto;
Loading
Loading
@@ -1194,6 +1201,17 @@
margin: 0;
}
}
.build-trace,
.top-bar {
margin-left: -$gl-padding;
}
.top-bar {
top: 0;
font-size: 12px;
border-top-right-radius: $border-radius-default;
}
}
 
.ide-pipeline-list {
Loading
Loading
@@ -1222,6 +1240,7 @@
.ci-status-icon {
display: flex;
justify-content: center;
min-width: 24px;
overflow: hidden;
}
}
Loading
Loading
@@ -1251,3 +1270,7 @@
overflow: hidden;
text-overflow: ellipsis;
}
.ide-job-header {
min-height: 60px;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment