From 2566f08e283731f3e98e8b66f82bc1221e6ab520 Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Sun, 21 Aug 2016 22:50:31 +0200 Subject: [PATCH] Unified buttons in content header and footer navigation --- wcfsetup/install/files/style/layout/content.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 { -- 2.20.1