Unified buttons in content header and footer navigation
authorMarcel Werk <burntime@woltlab.com>
Sun, 21 Aug 2016 20:50:31 +0000 (22:50 +0200)
committerMarcel Werk <burntime@woltlab.com>
Sun, 21 Aug 2016 20:50:37 +0000 (22:50 +0200)
wcfsetup/install/files/style/layout/content.scss

index 036de4d1a6c4dca1054b52eab73c4f1a8a6054ae..0250711356877e13ff568a8d5ddbbeb9acfa5c35 100644 (file)
@@ -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 {