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:
authorCamil Staps <info@camilstaps.nl>2019-01-27 12:33:51 +0300
committerCamil Staps <info@camilstaps.nl>2019-08-07 21:49:13 +0300
commit936d4e80e4abc2efcc5d88865d5d420c42a84370 (patch)
tree15e207c4aaaf5916edd50c942b777e33e3794152 /app/assets/stylesheets/pages
parent71fd79c810257c2d2a183f989d83a77960f59006 (diff)
Add starring date to overview of starrers
Diffstat (limited to 'app/assets/stylesheets/pages')
-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;
+ }
}