summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages
diff options
context:
space:
mode:
authorRubén Dávila <rdavila84@gmail.com>2016-01-27 12:38:03 -0500
committerRubén Dávila <rdavila84@gmail.com>2016-02-02 17:45:42 -0500
commit7ecd30a840fb00f7a3831adba5349cb89ecfb104 (patch)
tree7a95fe8c6d8d7e1d0f6dd70cd344405b5a65f722 /app/assets/stylesheets/pages
parent2c31ebff889a0bee1ef6c56ff80a56deebc2d67b (diff)
downloadgitlab-ce-7ecd30a840fb00f7a3831adba5349cb89ecfb104.tar.gz
Align Milestone's issue counter.
Diffstat (limited to 'app/assets/stylesheets/pages')
-rw-r--r--app/assets/stylesheets/pages/labels.scss4
-rw-r--r--app/assets/stylesheets/pages/milestone.scss7
2 files changed, 7 insertions, 4 deletions
diff --git a/app/assets/stylesheets/pages/labels.scss b/app/assets/stylesheets/pages/labels.scss
index 0bc72f30cc3..d1590e42fcb 100644
--- a/app/assets/stylesheets/pages/labels.scss
+++ b/app/assets/stylesheets/pages/labels.scss
@@ -19,7 +19,3 @@
.color-label {
padding: 3px 4px;
}
-
-#tab-labels .issues-count {
- margin-left: 30px;
-}
diff --git a/app/assets/stylesheets/pages/milestone.scss b/app/assets/stylesheets/pages/milestone.scss
index a8235d02418..55d09ca8efe 100644
--- a/app/assets/stylesheets/pages/milestone.scss
+++ b/app/assets/stylesheets/pages/milestone.scss
@@ -35,3 +35,10 @@ li.milestone {
.milestone-stat {
margin-right: 10px;
}
+
+
+#tab-labels .issues-count {
+ margin-right: 17px;
+ float: right;
+ width: 105px;
+}