From fe024dbc331845df6f25459a3eec120c66898e64 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Tue, 12 Apr 2016 00:12:11 +0200 Subject: [PATCH] Fixed badges in page header --- wcfsetup/install/files/style/layout/pageHeader.scss | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/wcfsetup/install/files/style/layout/pageHeader.scss b/wcfsetup/install/files/style/layout/pageHeader.scss index 79dfe22408..bc6b32ba7d 100644 --- a/wcfsetup/install/files/style/layout/pageHeader.scss +++ b/wcfsetup/install/files/style/layout/pageHeader.scss @@ -68,6 +68,7 @@ > .boxMenuLinkOutstandingItems { background-color: rgb(255, 255, 255); color: rgb(192, 57, 43); + margin-left: 5px; } } @@ -210,11 +211,11 @@ } /* special styling for update badge */ - > span.badgeUpdate { + > .badgeUpdate { box-shadow: -1px 2px 3px rgba(0, 0, 0, .3), inset 0 2px 5px rgba(225, 225, 225, .3); - left: 16px; + left: 26px; position: absolute; - top: -5px; + top: 2px; } } -- 2.20.1