Added CSS for com.woltlab.wcf.message
authorAlexander Ebert <ebert@woltlab.com>
Thu, 30 Aug 2012 10:19:05 +0000 (12:19 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Thu, 30 Aug 2012 10:19:05 +0000 (12:19 +0200)
wcfsetup/install/files/style/message.less

index 99f48be8cb345708ed0d65126dc0089cfbf37dd7..ecf7314783c10ce3baf380d7f58c6628f91bdf13 100644 (file)
@@ -436,4 +436,14 @@ li:nth-child(2n+1) .message {
                        margin-left: 60px;
                }
        }
-}
\ No newline at end of file
+}
+
+#quoteManagerCopy {
+       cursor: pointer;
+       
+       .pointer {
+               border-width: 5px 5px 0;
+               bottom: -5px;
+               top: auto;
+       }
+}