From 48bd07ad7dc1f4449acac114b9adecc27c191e39 Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Thu, 4 Jun 2015 10:54:31 +0200 Subject: [PATCH] Improved vip marker. --- app/assets/stylesheets/zammad.css.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/zammad.css.scss b/app/assets/stylesheets/zammad.css.scss index bdaa61d5b..7f35dcd5e 100644 --- a/app/assets/stylesheets/zammad.css.scss +++ b/app/assets/stylesheets/zammad.css.scss @@ -2112,7 +2112,7 @@ footer { :not(.navigation) .unique.avatar.vip { border: 2px dotted; - line-height: 40px; + line-height: 36px; } .unique.avatar.size-50 { @@ -2121,7 +2121,7 @@ footer { } :not(.navigation) .unique.avatar.size-50.vip { - line-height: 50px; + line-height: 46px; } .unique.avatar.size-80 { @@ -2131,7 +2131,7 @@ footer { :not(.navigation) .unique.avatar.size-80.vip { font-size: 20px; - line-height: 82px; + line-height: 78px; } .sidebar {