From: Alexander Ebert Date: Mon, 7 Jul 2014 13:03:01 +0000 (+0200) Subject: Decreased toolbar height, buttons are now quadratic X-Git-Tag: 2.1.0_Alpha_1~609 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=d1a23d4407316f6de04bc50c2fcd20ab72547182;p=GitHub%2FWoltLab%2FWCF.git Decreased toolbar height, buttons are now quadratic --- 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);