From: Alexander Ebert Date: Sun, 21 Dec 2014 16:17:00 +0000 (+0100) Subject: Fixed positioning of buttons w/ background-image X-Git-Tag: 2.1.0_Beta_3~99 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=1067fa0148ff9f7cf47299fca9c10648f3170218;p=GitHub%2FWoltLab%2FWCF.git Fixed positioning of buttons w/ background-image --- diff --git a/wcfsetup/install/files/style/redactor.less b/wcfsetup/install/files/style/redactor.less index 4ca8d116e7..623e9c6ac3 100644 --- a/wcfsetup/install/files/style/redactor.less +++ b/wcfsetup/install/files/style/redactor.less @@ -187,6 +187,7 @@ > li { display: inline-block; + vertical-align: middle; &:last-of-type, &.separator { @@ -242,6 +243,11 @@ &.fa-redactor-btn:before { content: ""; } + + &.redactor-btn-image { + background-position: center; + background-repeat: no-repeat; + } } } }