From b596861b11e388d1f153505ed77c0f5a84c91965 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Fri, 4 May 2012 01:30:38 +0200 Subject: [PATCH] Improved styles for message footer --- wcfsetup/install/files/style/message.less | 18 ++++++++++++------ wcfsetup/install/files/style/wbb.less | 5 +++++ 2 files changed, 17 insertions(+), 6 deletions(-) diff --git a/wcfsetup/install/files/style/message.less b/wcfsetup/install/files/style/message.less index 946a483282..85ff5b39b3 100644 --- a/wcfsetup/install/files/style/message.less +++ b/wcfsetup/install/files/style/message.less @@ -141,6 +141,18 @@ .borderRadius(); } + + .messageFooter { + > *:not(:first-child) { + border-top: 1px solid @wcfContainerBorderColor; + margin-top: @wcfGapSmall; + padding-top: @wcfGapSmall; + } + + .signature { + color: @wcfDimmedColor; + } + } } .message .messageContent { @@ -259,12 +271,6 @@ }*/ } -.message { - .signature { - color: lighten(@wcfColor, 10%); - } -} - li:nth-child(2n+1) .message { &.messageSidebarOrientationLeft .messageHeader > .pointer > span { border-right-color: @wcfContainerAccentBackgroundColor; diff --git a/wcfsetup/install/files/style/wbb.less b/wcfsetup/install/files/style/wbb.less index 32e024973c..7182c29c3e 100644 --- a/wcfsetup/install/files/style/wbb.less +++ b/wcfsetup/install/files/style/wbb.less @@ -248,6 +248,11 @@ .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; + } } } -- 2.20.1