From: Marcel Werk Date: Mon, 6 Jun 2016 15:12:33 +0000 (+0200) Subject: Small style optimizations X-Git-Tag: 3.0.0_Beta_1~1510^2~2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=8913038502482ffc204014de1f821ee4d6225630;p=GitHub%2FWoltLab%2FWCF.git Small style optimizations --- diff --git a/wcfsetup/install/files/lib/core.functions.php b/wcfsetup/install/files/lib/core.functions.php index 666d4fe55f..9158b138f8 100644 --- a/wcfsetup/install/files/lib/core.functions.php +++ b/wcfsetup/install/files/lib/core.functions.php @@ -220,7 +220,7 @@ EXPLANATION; .exceptionHeader { background-color: rgb(44, 62, 80); - padding: 20px 0; + padding: 30px 0; } .exceptionTitle { diff --git a/wcfsetup/install/files/style/layout/content.scss b/wcfsetup/install/files/style/layout/content.scss index cbd27da399..0f3fd006b8 100644 --- a/wcfsetup/install/files/style/layout/content.scss +++ b/wcfsetup/install/files/style/layout/content.scss @@ -179,6 +179,13 @@ } } + &.sectionContainerList { + > .sectionHeader, + > .sectionTitle { + margin-bottom: 10px; + } + } + &.tabularBox { > .sectionHeader, > .sectionTitle {