Added spoiler bbcode (css/less)
authorMarcel Werk <burntime@woltlab.com>
Thu, 19 Apr 2012 19:26:57 +0000 (21:26 +0200)
committerMarcel Werk <burntime@woltlab.com>
Thu, 19 Apr 2012 19:26:57 +0000 (21:26 +0200)
wcfsetup/install/files/style/codebox.less

index 0e23463a03a8c6670230e08cd573a8307687542e..db2e9bc0ce8281bad54a3519a07b722fe27ddeec 100644 (file)
                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