summaryrefslogtreecommitdiff
path: root/app/assets
diff options
context:
space:
mode:
authorCamil Staps <info@camilstaps.nl>2019-01-27 10:33:51 +0100
committerCamil Staps <info@camilstaps.nl>2019-08-07 20:49:13 +0200
commit936d4e80e4abc2efcc5d88865d5d420c42a84370 (patch)
tree15e207c4aaaf5916edd50c942b777e33e3794152 /app/assets
parent71fd79c810257c2d2a183f989d83a77960f59006 (diff)
downloadgitlab-ce-936d4e80e4abc2efcc5d88865d5d420c42a84370.tar.gz
Add starring date to overview of starrers
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/pages/users.scss10
1 files changed, 7 insertions, 3 deletions
diff --git a/app/assets/stylesheets/pages/users.scss b/app/assets/stylesheets/pages/users.scss
index d3acf9a1c48..3b018c1e087 100644
--- a/app/assets/stylesheets/pages/users.scss
+++ b/app/assets/stylesheets/pages/users.scss
@@ -95,7 +95,11 @@
}
}
-.card-body .user {
- color: $gl-text-color;
- font-weight: $gl-font-weight-bold;
+.card-body .user-info {
+ float: left;
+
+ .user {
+ color: $gl-text-color;
+ font-weight: $gl-font-weight-bold;
+ }
}