From: Marcel Werk Date: Thu, 25 Aug 2016 16:26:35 +0000 (+0200) Subject: Fixed position of check icon (message group list header) X-Git-Tag: 3.0.0_Beta_1~504 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=31792913f3b4279ff5756e6a9ae12ae8d0c43ebb;p=GitHub%2FWoltLab%2FWCF.git Fixed position of check icon (message group list header) --- diff --git a/wcfsetup/install/files/style/ui/messageGroup.scss b/wcfsetup/install/files/style/ui/messageGroup.scss index f6c8a1c909..d786080e57 100644 --- a/wcfsetup/install/files/style/ui/messageGroup.scss +++ b/wcfsetup/install/files/style/ui/messageGroup.scss @@ -63,7 +63,7 @@ } .jsMarked .columnMark > label::after { - top: 3px; + top: 4px; } }