Improved styles for message footer
authorAlexander Ebert <ebert@woltlab.com>
Thu, 3 May 2012 23:30:38 +0000 (01:30 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Thu, 3 May 2012 23:30:38 +0000 (01:30 +0200)
wcfsetup/install/files/style/message.less
wcfsetup/install/files/style/wbb.less

index 946a48328270b7e8493e429c92dc3831cb0052f6..85ff5b39b32c934239dcd48a9a3406fcde4844f3 100644 (file)
                
                .borderRadius();
        }
+       
+       .messageFooter {
+               > *:not(:first-child) {
+                       border-top: 1px solid @wcfContainerBorderColor;
+                       margin-top: @wcfGapSmall;
+                       padding-top: @wcfGapSmall;
+               }
+               
+               .signature {
+                       color: @wcfDimmedColor;
+               }
+       }
 }
 
 .message .messageContent {
        }*/
 }
 
-.message {
-       .signature {
-               color: lighten(@wcfColor, 10%);
-       }
-}
-
 li:nth-child(2n+1) .message {
        &.messageSidebarOrientationLeft .messageHeader > .pointer > span {
                border-right-color: @wcfContainerAccentBackgroundColor;
index 32e024973cb74467150e9285474767827d78c965..7182c29c3e4584004264cc02b224ff136bc20e4d 100644 (file)
                                .borderRadius(@wcfContainerBorderRadius, 0, 0, 0);
                                .linearGradientNative(~"left top, rgba(255, 255, 255, .85) 0%, rgba(255, 255, 255, 0) 40%");
                        }
+                       
+                       .wbbEditNote {
+                               color: @wcfDimmedColor;
+                               display: block;
+                       }
                }
        }