From 27289599e2e53bb27b897069c18b169fd3cb4cea Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Thu, 23 Apr 2015 17:55:25 +0300 Subject: Fix sidebar collapse button Signed-off-by: Dmitriy Zaporozhets --- app/assets/stylesheets/generic/sidebar.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/generic/sidebar.scss b/app/assets/stylesheets/generic/sidebar.scss index 995c314322f..233c5a6ee04 100644 --- a/app/assets/stylesheets/generic/sidebar.scss +++ b/app/assets/stylesheets/generic/sidebar.scss @@ -125,7 +125,7 @@ .collapse-nav a { left: 0px; - padding: 7px 23px 3px 22px; + width: 52px; } } } @@ -137,9 +137,9 @@ font-size: 13px; background: transparent; width: 32px; - height: 32px; + height: 28px; text-align: center; - line-height: 32px; + line-height: 28px; } .collapse-nav a:hover { -- cgit v1.2.1