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
ede3769b
Commit
ede3769b
authored
7 years ago
by
Filipa Lacerda
Committed by
Phil Hughes
7 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Center dropdown for pipeline's mini graph
parent
896aa2a1
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
1 deletion
+14
-1
app/assets/stylesheets/pages/pipelines.scss
app/assets/stylesheets/pages/pipelines.scss
+10
-1
changelogs/unreleased/27586-center-dropdown.yml
changelogs/unreleased/27586-center-dropdown.yml
+4
-0
No files found.
app/assets/stylesheets/pages/pipelines.scss
View file @
ede3769b
...
@@ -929,7 +929,8 @@
...
@@ -929,7 +929,8 @@
border-color
:
transparent
;
border-color
:
transparent
;
border-style
:
solid
;
border-style
:
solid
;
top
:
-6px
;
top
:
-6px
;
left
:
2px
;
left
:
50%
;
transform
:
translate
(
-50%
,
0
);
border-width
:
0
5px
6px
;
border-width
:
0
5px
6px
;
}
}
...
@@ -944,6 +945,14 @@
...
@@ -944,6 +945,14 @@
}
}
}
}
/**
* Center dropdown menu in mini graph
*/
.mini-pipeline-graph-dropdown-menu.dropdown-menu
{
right
:
auto
;
left
:
50%
;
transform
:
translate
(
-50%
,
0
);
}
/**
/**
* Terminal
* Terminal
*/
*/
...
...
This diff is collapsed.
Click to expand it.
changelogs/unreleased/27586-center-dropdown.yml
0 → 100644
View file @
ede3769b
---
title
:
Center dropdown for mini graph
merge_request
:
author
:
This diff is collapsed.
Click to expand it.
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