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
4564492a
Commit
4564492a
authored
Dec 15, 2016
by
Filipa Lacerda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix dropdown hover
parent
63e5e009
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
3 deletions
+9
-3
app/assets/stylesheets/pages/pipelines.scss
app/assets/stylesheets/pages/pipelines.scss
+9
-3
No files found.
app/assets/stylesheets/pages/pipelines.scss
View file @
4564492a
...
@@ -488,6 +488,7 @@
...
@@ -488,6 +488,7 @@
position
:
relative
;
position
:
relative
;
top
:
1px
;
top
:
1px
;
}
}
.ci-status-icon
svg
{
.ci-status-icon
svg
{
height
:
20px
;
height
:
20px
;
width
:
20px
;
width
:
20px
;
...
@@ -638,8 +639,11 @@
...
@@ -638,8 +639,11 @@
margin
:
5px
0
;
margin
:
5px
0
;
li
{
li
{
padding-top
:
2px
;
margin
:
0
5px
;
margin
:
0
5px
;
padding-left
:
0
;
padding-bottom
:
0
;
margin-bottom
:
0
;
line-height
:
1
.2
;
}
}
li
:first-child
{
li
:first-child
{
...
@@ -658,8 +662,7 @@
...
@@ -658,8 +662,7 @@
padding
:
0
;
padding
:
0
;
font-size
:
11px
;
font-size
:
11px
;
float
:
right
;
float
:
right
;
clear
:
right
;
margin-top
:
4px
;
margin-top
:
3px
;
display
:
inline-block
;
display
:
inline-block
;
position
:
relative
;
position
:
relative
;
...
@@ -699,6 +702,9 @@
...
@@ -699,6 +702,9 @@
.ci-status-text
{
.ci-status-text
{
max-width
:
95px
;
max-width
:
95px
;
padding-bottom
:
3px
;
position
:
relative
;
top
:
3px
;
}
}
}
}
}
}
...
...
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