From: Marcel Werk Date: Tue, 7 Aug 2012 16:14:10 +0000 (+0200) Subject: Added styling for the list of participants X-Git-Tag: 2.0.0_Beta_1~965 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=13c1bf4b0a0ecd12dd2e6e3e933aa32e6845adcf;p=GitHub%2FWoltLab%2FWCF.git Added styling for the list of participants --- diff --git a/wcfsetup/install/files/style/conversation.less b/wcfsetup/install/files/style/conversation.less index d4eb7d0881..6379ceb781 100644 --- a/wcfsetup/install/files/style/conversation.less +++ b/wcfsetup/install/files/style/conversation.less @@ -20,4 +20,22 @@ 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