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
Tatuya Kamada
gitlab-ce
Commits
add3767d
Commit
add3767d
authored
Jul 15, 2016
by
Annabel Dunstone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Position commit icons closer to branch name/tag/sha; add min-width to pipeline actions cell
parent
746d33a9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
1 deletion
+12
-1
app/assets/stylesheets/pages/pipelines.scss
app/assets/stylesheets/pages/pipelines.scss
+12
-1
No files found.
app/assets/stylesheets/pages/pipelines.scss
View file @
add3767d
...
@@ -98,8 +98,18 @@
...
@@ -98,8 +98,18 @@
.icon-container
{
.icon-container
{
display
:
inline-block
;
display
:
inline-block
;
text-align
:
center
;
text-align
:
right
;
width
:
20px
;
width
:
20px
;
.fa
{
position
:
relative
;
right
:
3px
;
}
svg
{
position
:
relative
;
right
:
1px
;
}
}
}
.duration
,
.duration
,
...
@@ -121,6 +131,7 @@
...
@@ -121,6 +131,7 @@
}
}
.pipeline-actions
{
.pipeline-actions
{
min-width
:
140px
;
.btn
{
.btn
{
margin
:
0
;
margin
:
0
;
...
...
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