Added styling for the list of participants
authorMarcel Werk <burntime@woltlab.com>
Tue, 7 Aug 2012 16:14:10 +0000 (18:14 +0200)
committerMarcel Werk <burntime@woltlab.com>
Tue, 7 Aug 2012 16:14:10 +0000 (18:14 +0200)
wcfsetup/install/files/style/conversation.less

index d4eb7d0881c261d744fe75a2e77d921f67f5879a..6379ceb781447e09b4ff5f5b05bad0d27b997351 100644 (file)
                overflow: hidden;
                text-overflow: ellipsis;
        }
+}
+
+.conversationParticipantList {
+       > li {
+               float: left;
+               width: 30%;
+               overflow: hidden;
+               
+               > hgroup {
+                       > h2 {
+                               font-size: @wcfSmallFontSize;
+                       }
+               }
+       }
+}
+
+.conversationLeft {
+       text-decoration: line-through;
 }
\ No newline at end of file