From: Marcel Werk Date: Sun, 21 Aug 2016 20:50:31 +0000 (+0200) Subject: Unified buttons in content header and footer navigation X-Git-Tag: 3.0.0_Beta_1~607^2~1 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=2566f08e283731f3e98e8b66f82bc1221e6ab520;p=GitHub%2FWoltLab%2FWCF.git Unified buttons in content header and footer navigation --- diff --git a/wcfsetup/install/files/style/layout/content.scss b/wcfsetup/install/files/style/layout/content.scss index 036de4d1a6..0250711356 100644 --- a/wcfsetup/install/files/style/layout/content.scss +++ b/wcfsetup/install/files/style/layout/content.scss @@ -351,7 +351,7 @@ fieldset { } .contentFooter { - @include screen-sm-down { + @include screen-xs { > .contentFooterNavigation { margin-top: 20px; @@ -373,7 +373,7 @@ fieldset { } } - @include screen-md-up { + @include screen-sm-up { display: flex; > .paginationBottom {