Fixed visuals for quick reply
authorAlexander Ebert <ebert@woltlab.com>
Tue, 8 Jul 2014 19:35:31 +0000 (21:35 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Tue, 8 Jul 2014 19:35:31 +0000 (21:35 +0200)
wcfsetup/install/files/style/message.less

index 081a7f8a8e6ad90fbfece58dfe42833e4e0bb0ae..9bed6379d674747ea8ecb34418f25bcdecfaf455 100644 (file)
        display: block;
        line-height: 1.5;
        
-       > div:not(.messageFooter):not(.redactor_box) {
+       > div:not(.messageFooter):not(.redactor_box):not(.messageTabMenu) {
                overflow: hidden;
                padding-bottom: @wcfGapMedium;
        }
@@ -519,7 +519,7 @@ html[dir='rtl'] {
 }
 
 .messageHeader + .messageBody > div:first-child:not(.redactor_box),
-.messageBody > div:not(.messageFooter):not(:first-child) {
+.messageBody > div:not(.messageFooter):not(.messageTabMenu):not(:first-child) {
        border-top: 1px dotted @wcfContainerBorderColor;
        padding: @wcfGapMedium 0;
 }