Fixed missing margin between buttons in contentFooterNavigation (mobile)
authorMarcel Werk <burntime@woltlab.com>
Wed, 17 Aug 2016 08:35:02 +0000 (10:35 +0200)
committerMarcel Werk <burntime@woltlab.com>
Wed, 17 Aug 2016 08:35:09 +0000 (10:35 +0200)
wcfsetup/install/files/style/layout/content.scss

index 7f0ff829f6a3ceab3649aabd442ed8459339a7b5..f87bac3ab436ed2e423e213a590023c270609294 100644 (file)
@@ -365,6 +365,12 @@ fieldset {
                > .contentFooterNavigation {
                        margin-top: 20px;
                        
+                       > ul > li {
+                               &:not(:first-child) {
+                                       margin-top: 10px;
+                               }
+                       }
+                       
                        .button {
                                display: block;
                                padding: 7px 10px;