summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone <annabel.dunstone@gmail.com>2016-07-15 11:21:33 -0500
committerAnnabel Dunstone <annabel.dunstone@gmail.com>2016-07-15 11:25:35 -0500
commitadd3767db14d12e3655f9d5e04de33700318d5dd (patch)
tree8fb9e37d95a9a3df7f864af9ee754cde4da15c96
parent746d33a917d639f8cc9ccd70968190e6cf80def6 (diff)
downloadgitlab-ce-19751-branch-tag-icons.tar.gz
Position commit icons closer to branch name/tag/sha; add min-width to pipeline actions cell19751-branch-tag-icons
-rw-r--r--app/assets/stylesheets/pages/pipelines.scss13
1 files changed, 12 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/pipelines.scss b/app/assets/stylesheets/pages/pipelines.scss
index 8ba03813afc..e6ac3e54fac 100644
--- a/app/assets/stylesheets/pages/pipelines.scss
+++ b/app/assets/stylesheets/pages/pipelines.scss
@@ -98,8 +98,18 @@
.icon-container {
display: inline-block;
- text-align: center;
+ text-align: right;
width: 20px;
+
+ .fa {
+ position: relative;
+ right: 3px;
+ }
+
+ svg {
+ position: relative;
+ right: 1px;
+ }
}
.duration,
@@ -121,6 +131,7 @@
}
.pipeline-actions {
+ min-width: 140px;
.btn {
margin: 0;