From 13c1bf4b0a0ecd12dd2e6e3e933aa32e6845adcf Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Tue, 7 Aug 2012 18:14:10 +0200 Subject: [PATCH] Added styling for the list of participants --- wcfsetup/install/files/style/conversation.less | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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 -- 2.20.1