Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
gitlab-ce
Commits
fa5443e3
Commit
fa5443e3
authored
Feb 22, 2017
by
Filipa Lacerda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Equal padding between table cells
parent
49ec2743
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
51 deletions
+22
-51
app/assets/javascripts/vue_pipelines_index/time_ago.js.es6
app/assets/javascripts/vue_pipelines_index/time_ago.js.es6
+16
-15
app/assets/stylesheets/pages/pipelines.scss
app/assets/stylesheets/pages/pipelines.scss
+6
-36
No files found.
app/assets/javascripts/vue_pipelines_index/time_ago.js.es6
View file @
fa5443e3
...
...
@@ -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>
`,
});
...
...
app/assets/stylesheets/pages/pipelines.scss
View file @
fa5443e3
.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
;
}
.co
ntrols
{
white-space
:
nowrap
;
.co
mmit-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
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment