From: Alexander Ebert Date: Wed, 30 Mar 2016 15:50:05 +0000 (+0200) Subject: Updated toolbar styling X-Git-Tag: 3.0.0_Beta_1~1286^2~2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=a2c4f30844df236e40a54a23690f3f126d8f99a7;p=GitHub%2FWoltLab%2FWCF.git Updated toolbar styling --- diff --git a/wcfsetup/install/files/style/ui/redactor.scss b/wcfsetup/install/files/style/ui/redactor.scss index 5659e4afe9..702dacd29a 100644 --- a/wcfsetup/install/files/style/ui/redactor.scss +++ b/wcfsetup/install/files/style/ui/redactor.scss @@ -202,24 +202,17 @@ background-color: $wcfHeaderBackground; display: flex; flex-wrap: wrap; - padding: 7px 10px; > li { flex: 0 0 auto; margin-bottom: 1px; - &:not(:last-child) { - margin-right: 10px; - } - > a { - background-color: $wcfHeaderMenuBackground; color: $wcfHeaderMenuLink; display: block; outline: none; - padding: 5px 8px; + padding: 10px; text-align: center; - text-decoration: none; @include wcfFontSmall;