From: Alexander Ebert Date: Mon, 11 Apr 2016 22:12:11 +0000 (+0200) Subject: Fixed badges in page header X-Git-Tag: 3.0.0_Beta_1~1930 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=fe024dbc331845df6f25459a3eec120c66898e64;p=GitHub%2FWoltLab%2FWCF.git Fixed badges in page header --- 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; } }