Added CSS for com.woltlab.wcf.message
authorAlexander Ebert <ebert@woltlab.com>
Sat, 25 Aug 2012 15:51:12 +0000 (17:51 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Sat, 25 Aug 2012 15:51:12 +0000 (17:51 +0200)
wcfsetup/install/files/style/message.less

index dbfe92a02c5ca8a08b5c7343ce93cc174078b67b..6060e4b536139e36cc1929096066304559a16add 100644 (file)
@@ -393,4 +393,19 @@ li:nth-child(2n+1) .message {
        .formSubmit {
                padding-bottom: @wcfGapMedium;
        }
-}
\ No newline at end of file
+}
+
+/* message quotes */
+#showQuotes {
+       bottom: @wcfGapLarge + @wcfGapTiny;
+       cursor: pointer;
+       opacity: .7;
+       position: fixed;
+       right: @wcfGapLarge + @wcfGapTiny;
+       
+       .transition(opacity, .2s);
+       
+       &:hover {
+               opacity: 1;
+       }
+}