From 2f06b08008fe2a722d53652d150dabc9b8547950 Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Thu, 19 Apr 2012 21:26:57 +0200 Subject: [PATCH] Added spoiler bbcode (css/less) --- wcfsetup/install/files/style/codebox.less | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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 -- 2.20.1