Small style optimization
authorMarcel Werk <burntime@woltlab.com>
Sat, 20 Jul 2013 20:22:02 +0000 (22:22 +0200)
committerMarcel Werk <burntime@woltlab.com>
Sat, 20 Jul 2013 20:22:02 +0000 (22:22 +0200)
wcfsetup/install/files/style/message.less

index 75152d383304925ba0d81bae57a666a2ab47e11e..fa585a7ba494e77ec0eab21e41a8656d5b2bf352 100644 (file)
        }
 }
  
-.message .messageBody {
+.messageBody {
        color: @wcfColor;
        display: block;
        line-height: 1.5;
-       padding: @wcfGapMedium @wcfGapLarge 1px;
-       /*position: relative;*/
-       
-       > div:not(.messageFooter) {
-               border-top: 1px dotted @wcfContainerBorderColor;
-               overflow: hidden;
-               padding: @wcfGapMedium 0;
-       }
        
        > footer {
                padding-bottom: @wcfGapMedium;
        }
 }
 
+.messageHeader + .messageBody > div,
+.messageBody > div:not(.messageFooter):not(:first-child) {
+       border-top: 1px dotted @wcfContainerBorderColor;
+       overflow: hidden;
+       padding: @wcfGapMedium 0;
+}
+
+.message .messageBody {
+       padding: @wcfGapMedium @wcfGapLarge 1px;
+}
+
 .message .messageContent {
        background-color: @wcfContainerBackgroundColor;