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
5ab5c755
Commit
5ab5c755
authored
Jan 05, 2017
by
Annabel Dunstone Gray
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix dropdown icon alignment
parent
043cc819
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
12 deletions
+18
-12
app/assets/stylesheets/pages/pipelines.scss
app/assets/stylesheets/pages/pipelines.scss
+18
-12
No files found.
app/assets/stylesheets/pages/pipelines.scss
View file @
5ab5c755
...
...
@@ -339,7 +339,8 @@
white-space
:
nowrap
;
transition
:
max-height
0
.3s
,
padding
0
.3s
;
ul
{
.stage-column-list
,
.builds-container
>
ul
{
padding
:
0
;
}
...
...
@@ -640,17 +641,6 @@
top
:
8px
;
}
// Dropdown in the big pipeline graph
.big-pipeline-graph-dropdown-menu
{
padding
:
0
;
width
:
195px
;
min-width
:
195px
;
left
:
auto
;
right
:
-195px
;
top
:
-4px
;
box-shadow
:
0
1px
5px
$black-transparent
;
}
.ci-status-text
{
max-width
:
110px
;
white-space
:
nowrap
;
...
...
@@ -869,6 +859,22 @@
}
}
// Dropdown in the big pipeline graph
.big-pipeline-graph-dropdown-menu
{
width
:
195px
;
min-width
:
195px
;
left
:
auto
;
right
:
-195px
;
top
:
-4px
;
box-shadow
:
0
1px
5px
$black-transparent
;
.mini-pipeline-graph-dropdown-item
{
.ci-status-icon
{
top
:
-1px
;
}
}
}
/**
* Top arrow in the dropdown in the mini pipeline graph
*/
...
...
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