From: Alexander Ebert Date: Sat, 25 Aug 2012 15:51:12 +0000 (+0200) Subject: Added CSS for com.woltlab.wcf.message X-Git-Tag: 2.0.0_Beta_1~952 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=fc62b130ee2cc013f1618b887f906c79a7b6ce0d;p=GitHub%2FWoltLab%2FWCF.git Added CSS for com.woltlab.wcf.message --- diff --git a/wcfsetup/install/files/style/message.less b/wcfsetup/install/files/style/message.less index dbfe92a02c..6060e4b536 100644 --- a/wcfsetup/install/files/style/message.less +++ b/wcfsetup/install/files/style/message.less @@ -393,4 +393,19 @@ li:nth-child(2n+1) .message { .formSubmit { padding-bottom: @wcfGapMedium; } -} \ No newline at end of file +} + +/* message quotes */ +#showQuotes { + bottom: @wcfGapLarge + @wcfGapTiny; + cursor: pointer; + opacity: .7; + position: fixed; + right: @wcfGapLarge + @wcfGapTiny; + + .transition(opacity, .2s); + + &:hover { + opacity: 1; + } +}