From 82bbab158118f1cf65b07dce7ac7e09d30443995 Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Wed, 3 Jun 2015 09:49:09 +0200 Subject: [PATCH] Improved notification counter style. --- 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 787843496..e32ca012a 100644 --- a/app/assets/stylesheets/zammad.css.scss +++ b/app/assets/stylesheets/zammad.css.scss @@ -1835,11 +1835,11 @@ footer { min-width: 21px; position: absolute; right: -3px; - bottom: 6px; + bottom: 2px; padding: 0 4px; - font-size: 13px; + font-size: 12px; font-weight: 300; - line-height: 16px; + line-height: 15px; text-align: center; color: white; text-shadow: 0 1px 1px rgba(0,0,0,.21);