Decreased toolbar height, buttons are now quadratic
authorAlexander Ebert <ebert@woltlab.com>
Mon, 7 Jul 2014 13:03:01 +0000 (15:03 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Mon, 7 Jul 2014 13:03:01 +0000 (15:03 +0200)
wcfsetup/install/files/style/redactor.less

index 4d7d2257d84d9e40db5de7cd6c4234da3fa2ec80..54ec95ce413acb3cbdb9a1d776ab3df3a4f10e9d 100644 (file)
 .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 {
                        display: block;
                        font-size: 14px;
                        outline: none;
-                       padding: 9px 10px;
+                       padding: 6px 10px;
                        text-decoration: none;
                        
                        .textShadow(@wcfButtonBackgroundColor);