summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/milestone.scss
diff options
context:
space:
mode:
authorDan Rowden <hello@danrowden.com>2016-07-22 12:18:38 +0300
committerAlfredo Sumaran <alfredo@gitlab.com>2016-09-07 15:27:14 -0500
commitbb5a7ef08c1f7bcb2a1ef2c930a443014c3ac084 (patch)
treeb95193a1ddaf0faa77be825d80a7f40350adfce5 /app/assets/stylesheets/pages/milestone.scss
parent13a91b560e74b457eab20fe2c48e0af5afcf41b3 (diff)
downloadgitlab-ce-bb5a7ef08c1f7bcb2a1ef2c930a443014c3ac084.tar.gz
Show badges in Milestone tabs and padding in Milestone list (both to match Issues page)
Diffstat (limited to 'app/assets/stylesheets/pages/milestone.scss')
-rw-r--r--app/assets/stylesheets/pages/milestone.scss16
1 files changed, 10 insertions, 6 deletions
diff --git a/app/assets/stylesheets/pages/milestone.scss b/app/assets/stylesheets/pages/milestone.scss
index b94f524b513..94b2a0d88a1 100644
--- a/app/assets/stylesheets/pages/milestone.scss
+++ b/app/assets/stylesheets/pages/milestone.scss
@@ -2,13 +2,17 @@
max-width: 90%;
}
-li.milestone {
- h4 {
- font-weight: bold;
- }
+.milestones {
+ .milestone {
+ padding: 10px 16px;
+
+ h4 {
+ font-weight: bold;
+ }
- .progress {
- height: 6px;
+ .progress {
+ height: 6px;
+ }
}
}