From fc69f93d6f4a6add23027e84ff73006052bfcc04 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Wed, 8 Aug 2012 18:53:38 +0200 Subject: [PATCH] Moved WBB-styles to message.less --- wcfsetup/install/files/style/message.less | 23 ++++++++++++++++++++++- wcfsetup/install/files/style/wbb.less | 21 --------------------- 2 files changed, 22 insertions(+), 22 deletions(-) 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 -- 2.20.1