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
Jérome Perrin
gitlab-ce
Commits
abc170c4
Commit
abc170c4
authored
Jan 25, 2017
by
dimitrieh
Committed by
Filipa Lacerda
Jan 25, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed pipeline graph action buttons and counter badge positioning
parent
06615570
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
23 deletions
+19
-23
app/assets/stylesheets/pages/pipelines.scss
app/assets/stylesheets/pages/pipelines.scss
+19
-23
No files found.
app/assets/stylesheets/pages/pipelines.scss
View file @
abc170c4
...
...
@@ -490,31 +490,27 @@
// Action Icons in big pipeline-graph nodes
>
.ci-action-icon-container
.ci-action-icon-wrapper
{
i
{
color
:
$border-color
;
border-radius
:
100%
;
border
:
1px
solid
$border-color
;
padding
:
5px
6px
;
font-size
:
13px
;
background
:
$white-light
;
height
:
30px
;
width
:
30px
;
&
:
:
before
{
position
:
relative
;
top
:
3px
;
left
:
3px
;
}
height
:
30px
;
width
:
30px
;
background
:
$white-light
;
border
:
1px
solid
$border-color
;
border-radius
:
100%
;
display
:
block
;
&
:hover
{
color
:
$gl-text-color
;
background-color
:
$stage-hover-bg
;
border
:
1px
solid
$stage-hover-bg
;
}
&
:hover
{
background-color
:
$stage-hover-bg
;
border
:
1px
solid
$stage-hover-bg
;
}
svg
{
fill
:
$border-color
;
position
:
relative
;
left
:
-1px
;
top
:
-1px
;
}
.ci-play-icon
{
padding
:
5px
5px
5px
7px
;
&
:hover
svg
{
fill
:
$gl-text-color
;
}
}
...
...
@@ -653,7 +649,7 @@
font-weight
:
100
;
font-size
:
15px
;
position
:
absolute
;
right
:
5
px
;
right
:
13
px
;
top
:
8px
;
}
...
...
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