Moved WBB-styles to message.less
authorAlexander Ebert <ebert@woltlab.com>
Wed, 8 Aug 2012 16:53:38 +0000 (18:53 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Wed, 8 Aug 2012 16:53:38 +0000 (18:53 +0200)
wcfsetup/install/files/style/message.less
wcfsetup/install/files/style/wbb.less

index 8dd40390a3f2516533240bb75a1b2e9359009686..dbfe92a02c5ca8a08b5c7343ce93cc174078b67b 100644 (file)
@@ -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
index 2e6857d3c6c84f894c6418b0bb448fb551d66827..f3342be5001b6d66d84b1362e9fa110f91d79b05 100644 (file)
                        .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