From d1a23d4407316f6de04bc50c2fcd20ab72547182 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Mon, 7 Jul 2014 15:03:01 +0200 Subject: [PATCH] Decreased toolbar height, buttons are now quadratic --- wcfsetup/install/files/style/redactor.less | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/wcfsetup/install/files/style/redactor.less b/wcfsetup/install/files/style/redactor.less index 4d7d2257d8..54ec95ce41 100644 --- a/wcfsetup/install/files/style/redactor.less +++ b/wcfsetup/install/files/style/redactor.less @@ -46,10 +46,13 @@ .re-aligncenter:before { content: "\e61e"; } .re-gallery:before { content: "\e61f"; } -/* redactor fixes */ .redactor_box { border: 1px solid @wcfContainerBorderColor; font-size: 0; + + & + .messageTabMenu { + padding: 0; + } } .redactor_editor { @@ -114,7 +117,7 @@ display: block; font-size: 14px; outline: none; - padding: 9px 10px; + padding: 6px 10px; text-decoration: none; .textShadow(@wcfButtonBackgroundColor); -- 2.20.1