Fixed ACP layout
authorAlexander Ebert <ebert@woltlab.com>
Fri, 29 Apr 2016 08:05:08 +0000 (10:05 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Fri, 29 Apr 2016 08:05:08 +0000 (10:05 +0200)
wcfsetup/install/files/acp/style/layout.scss

index 7c36587097e1cd22e60b532006d7a7f82a349940..429e05497aef82953558fcf8960b2ae522bf1fe4 100644 (file)
        
        @include screen-lg {
                .pageHeader .layoutBoundary {
+                       background-color: rgb(44, 62, 80);
                        height: 50px;
                        padding: 10px 10px 10px 0;
                }
                
                .pageHeaderLogo {
+                       align-items: center;
+                       background-color: rgb(52, 73, 94);
+                       display: flex;
                        flex: 0 0 120px;
+                       height: 50px;
+                       justify-content: center;
                        margin: 0;
                        order: 1;
-                       text-align: center;
                        
                        .pageHeaderLogoLarge {
                                display: none;
        flex: 1 1 auto;
        
        @include screen-lg {
-               padding: 40px 0 40px 20px;
+               padding: 40px 0;
        }
        
        @include screen-md-down {