From 3bd59a55fbfeedbb04b0b3bd6bbbebefc6735eb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Hanol?= Date: Mon, 30 Jun 2014 23:54:15 +0200 Subject: [PATCH] BUGFIX: staff counters were too big --- app/assets/stylesheets/desktop/user.scss | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/app/assets/stylesheets/desktop/user.scss b/app/assets/stylesheets/desktop/user.scss index b644672f7..f6e4d3742 100644 --- a/app/assets/stylesheets/desktop/user.scss +++ b/app/assets/stylesheets/desktop/user.scss @@ -193,7 +193,7 @@ position: relative; margin-top: 20px; float: left; - width: 78%; + width: 75%; color: $secondary; text-shadow: rgba(0, 0, 0, 0.5) 0 1px 1px; @@ -209,7 +209,6 @@ color: $secondary; text-decoration: underline; text-shadow: rgba(0, 0, 0, 0.5) 0 1px 1px; - } } @@ -350,14 +349,13 @@ } .pill { - font-size: 2em; - border-radius: 100%; + border-radius: 15px; display: inline-block; height: 30px; - width: 40px; + width: 30px; text-align: center; vertical-align: middle; - padding-top: 10px; + line-height: 30px; } .helpful-flags { background-color: green;