From 15be6b3ffc8924a07022ec6c5f2a1da206423a3c Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Thu, 28 Mar 2013 00:40:07 +0000 Subject: [PATCH] Add missing padding at right hand end of greeting menu --- app/assets/stylesheets/common.css.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index d0dd894eb..0d8b882cb 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -511,6 +511,7 @@ table { #greeting { float: right; padding-top: 3px; + margin-right: 5px; } .greeting-bar-unread { -- 2.43.2