Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Sumaran <alfredo@gitlab.com>2017-03-29 23:01:45 +0300
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-03-29 23:01:45 +0300
commitfd167f22238fd71a45541b3b7ef450c4e0bb175c (patch)
tree9c62c76adcd3f300f917a36d79d06e9af791a1ce /app/assets/stylesheets/pages/groups.scss
parent79275ca0a1df485bef73c12c3dc5ab2084185ca2 (diff)
Fix admin projects page in admin area
Diffstat (limited to 'app/assets/stylesheets/pages/groups.scss')
-rw-r--r--app/assets/stylesheets/pages/groups.scss10
1 files changed, 1 insertions, 9 deletions
diff --git a/app/assets/stylesheets/pages/groups.scss b/app/assets/stylesheets/pages/groups.scss
index cf45f0af2aa..73a5889867a 100644
--- a/app/assets/stylesheets/pages/groups.scss
+++ b/app/assets/stylesheets/pages/groups.scss
@@ -17,15 +17,7 @@
}
.group-row {
- .stats {
- float: right;
- line-height: $list-text-height;
- color: $gl-text-color;
-
- span {
- margin-right: 15px;
- }
- }
+ @include basic-list-stats;
}
.ldap-group-links {