From 1067fa0148ff9f7cf47299fca9c10648f3170218 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Sun, 21 Dec 2014 17:17:00 +0100 Subject: [PATCH] Fixed positioning of buttons w/ background-image --- wcfsetup/install/files/style/redactor.less | 6 ++++++ 1 file changed, 6 insertions(+) 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; + } } } } -- 2.20.1