summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConstance Okoghenun <cokoghenun@gitlab.com>2018-06-21 13:21:31 +0100
committerConstance Okoghenun <cokoghenun@gitlab.com>2018-06-21 13:21:31 +0100
commite25c8a1b2b30e4187dad379c99ba6995f2ef985a (patch)
treed23d31799d6c9469fe8598cc896f87658cf9bf80
parent0eba5e48ac523e84f37e8b3cd2707bf74c0705a4 (diff)
downloadgitlab-ce-e25c8a1b2b30e4187dad379c99ba6995f2ef985a.tar.gz
Updated the styling of milestone projects in groups milestone list
-rw-r--r--app/assets/stylesheets/pages/milestone.scss3
-rw-r--r--app/views/shared/milestones/_milestone.html.haml2
2 files changed, 3 insertions, 2 deletions
diff --git a/app/assets/stylesheets/pages/milestone.scss b/app/assets/stylesheets/pages/milestone.scss
index b53d2fe37e0..9ef7a4f2f08 100644
--- a/app/assets/stylesheets/pages/milestone.scss
+++ b/app/assets/stylesheets/pages/milestone.scss
@@ -35,6 +35,7 @@
.status-box {
font-size: $tooltip-font-size;
+ margin-top: 0;
}
}
}
@@ -253,7 +254,7 @@
.milestone-range {
color: $gl-text-color-tertiary;
- margin: $gl-bar-padding 0;
+ margin: $gl-bar-padding 0 $gl-padding-4;
font-size: $tooltip-font-size;
}
diff --git a/app/views/shared/milestones/_milestone.html.haml b/app/views/shared/milestones/_milestone.html.haml
index 0ed52404cd8..92fe76b8646 100644
--- a/app/views/shared/milestones/_milestone.html.haml
+++ b/app/views/shared/milestones/_milestone.html.haml
@@ -16,7 +16,7 @@
.projects
- milestone.milestones.each do |milestone|
= link_to milestone_path(milestone) do
- %span.badge.badge-gray
+ %span.label-badge.label-badge-blue
= dashboard ? milestone.project.full_name : milestone.project.name
.col-sm-4.milestone-progress