From: Alexander Ebert Date: Wed, 8 Aug 2012 16:53:38 +0000 (+0200) Subject: Moved WBB-styles to message.less X-Git-Tag: 2.0.0_Beta_1~961^2~3 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=fc69f93d6f4a6add23027e84ff73006052bfcc04;p=GitHub%2FWoltLab%2FWCF.git Moved WBB-styles to message.less --- diff --git a/wcfsetup/install/files/style/message.less b/wcfsetup/install/files/style/message.less index 8dd40390a3..dbfe92a02c 100644 --- a/wcfsetup/install/files/style/message.less +++ b/wcfsetup/install/files/style/message.less @@ -372,4 +372,25 @@ li:nth-child(2n+1) .message { 100% { -webkit-box-shadow: 0 0 20px @wcfSuccessBackgroundColor; } -}*/ \ No newline at end of file +}*/ + +/* quick reply and inline editor */ +.jsMessageLoading { + background-image: url(../icon/spinner.svg); + background-position: center center; + background-repeat: no-repeat; + background-size: 64px; +} + +#messageQuickReply { + .messageQuickReplyLoading { + background-image: url(../icon/spinner.svg); + background-position: center center; + background-repeat: no-repeat; + background-size: 64px; + } + + .formSubmit { + padding-bottom: @wcfGapMedium; + } +} \ No newline at end of file diff --git a/wcfsetup/install/files/style/wbb.less b/wcfsetup/install/files/style/wbb.less index 2e6857d3c6..f3342be500 100644 --- a/wcfsetup/install/files/style/wbb.less +++ b/wcfsetup/install/files/style/wbb.less @@ -334,25 +334,4 @@ .boxShadow(0, 0, @wcfErrorBackgroundColor, 10px); } } -} - -.wbbPostLoading { - background-image: url(../icon/spinner.svg); - background-position: center center; - background-repeat: no-repeat; - background-size: 64px; -} - -/* Thread quick reply */ -#threadQuickReply { - .wbbThreadQuickReplyLoading { - background-image: url(../icon/spinner.svg); - background-position: center center; - background-repeat: no-repeat; - background-size: 64px; - } - - .formSubmit { - padding-bottom: @wcfGapMedium; - } } \ No newline at end of file