From: Marcel Werk Date: Thu, 19 Apr 2012 19:26:57 +0000 (+0200) Subject: Added spoiler bbcode (css/less) X-Git-Tag: 2.0.0_Beta_1~1148 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=2f06b08008fe2a722d53652d150dabc9b8547950;p=GitHub%2FWoltLab%2FWCF.git Added spoiler bbcode (css/less) --- diff --git a/wcfsetup/install/files/style/codebox.less b/wcfsetup/install/files/style/codebox.less index 0e23463a03..db2e9bc0ce 100644 --- a/wcfsetup/install/files/style/codebox.less +++ b/wcfsetup/install/files/style/codebox.less @@ -186,4 +186,18 @@ padding-left: @wcfGapLarge; min-height: 0; } +} + +/* spoiler box */ +.spoilerBox { + background-color: @wcfContentBackgroundColor; + padding-bottom: @wcfGapSmall; + + > header { + margin-bottom: @wcfGapSmall; + } + + > div { + padding-bottom: @wcfGapSmall; + } } \ No newline at end of file