BigW Consortium Gitlab

Commit fa5443e3 by Filipa Lacerda

Equal padding between table cells

parent 49ec2743
......@@ -55,21 +55,22 @@ require('../lib/utils/datetime_utility');
},
template: `
<td>
<p class="duration" v-if='duration'>
<span v-html='svgs.iconTimer'></span>
{{duration}}
</p>
<p class="finished-at" v-if='timeStopped'>
<i class="fa fa-calendar"></i>
<time
data-toggle="tooltip"
data-placement="top"
data-container="body"
:data-original-title='localTimeFinished'
>
{{timeStopped.words}}
</time>
</p>
<div class="pull-right">
<p class="duration" v-if='duration'>
<span v-html='svgs.iconTimer'></span>
{{duration}}
</p>
<p class="finished-at" v-if='timeStopped'>
<i class="fa fa-calendar"></i>
<time
data-toggle="tooltip"
data-placement="top"
data-container="body"
:data-original-title='localTimeFinished'>
{{timeStopped.words}}
</time>
</p>
</div>
</td>
`,
});
......
.pipelines {
width: 100%;
overflow: auto;
.realtime-loading {
font-size: 40px;
text-align: center;
......@@ -16,17 +13,16 @@
white-space: nowrap;
}
.commit-title {
margin: 0;
.table-holder {
width: 100%;
overflow: auto;
}
.controls {
white-space: nowrap;
.commit-title {
margin: 0;
}
.table.ci-table {
width: 100%;
table-layout: fixed;
.label {
margin-bottom: 3px;
......@@ -36,21 +32,9 @@
color: $black;
}
.pipeline-date,
.pipeline-status {
width: 10%;
}
.pipeline-info,
.pipeline-commit,
.pipeline-stages {
.stage-cell {
width: 20%;
}
.pipeline-actions {
width: 20%;
padding-right: 0;
}
}
}
......@@ -64,21 +48,7 @@
}
}
.content-list.pipelines .table-holder {
min-height: 300px;
}
.pipeline-holder {
width: 100%;
overflow: auto;
}
.table.ci-table {
min-width: 900px;
&.pipeline {
min-width: 650px;
}
&.builds-page {
......
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