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

index 6060e4b536139e36cc1929096066304559a16add..8327b23b903594ed5c281867107e2e37650dcac4 100644 (file)
@@ -409,3 +409,24 @@ li:nth-child(2n+1) .message {
                opacity: 1;
        }
 }
+
+#messageQuoteList {
+       max-width: 800px !important;
+
+       dt {
+               text-align: left;
+               width: 60px;
+               
+               > span {
+                       float: right;
+                       
+                       > img {
+                               cursor: pointer;
+                       }
+               }
+       }
+       
+       dd {
+               margin-left: 80px;
+       }
+}
\ No newline at end of file