Small style optimizations
authorMarcel Werk <burntime@woltlab.com>
Mon, 6 Jun 2016 15:12:33 +0000 (17:12 +0200)
committerMarcel Werk <burntime@woltlab.com>
Mon, 6 Jun 2016 15:30:24 +0000 (17:30 +0200)
wcfsetup/install/files/lib/core.functions.php
wcfsetup/install/files/style/layout/content.scss

index 666d4fe55fb5aa81fd896a863fc9a8cd525c9aa8..9158b138f8b78112e6c46f8fb0ece77e0b365713 100644 (file)
@@ -220,7 +220,7 @@ EXPLANATION;
                                
                                .exceptionHeader {
                                        background-color: rgb(44, 62, 80);
-                                       padding: 20px 0;
+                                       padding: 30px 0;
                                }
                                
                                .exceptionTitle {
index cbd27da39957a4582927fc76579ae0d9e1ca81ae..0f3fd006b852c98e319b87b80c8b9d7d76201e0d 100644 (file)
                }
        }
        
+       &.sectionContainerList {
+               > .sectionHeader,
+               > .sectionTitle {
+                       margin-bottom: 10px;
+               }
+       }
+       
        &.tabularBox {
                > .sectionHeader,
                > .sectionTitle {