Changed ACP logo link to use entire visible space
authorAlexander Ebert <ebert@woltlab.com>
Sat, 23 Jul 2016 17:37:46 +0000 (19:37 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Sat, 23 Jul 2016 17:37:46 +0000 (19:37 +0200)
wcfsetup/install/files/acp/style/layout.scss

index 65b40dad9f04617f5e800f79cba1dd0bd1495072..9462f3579d31049afb9a0d52120867c4551e0a4e 100644 (file)
@@ -32,14 +32,12 @@ $wcfAcpMenuWidth: 150px;
                }
                
                .pageHeaderLogo {
-                       align-items: center;
                        background-color: rgb(52, 73, 94);
-                       display: flex;
                        flex: 0 0 $wcfAcpMenuWidth;
                        height: 50px;
-                       justify-content: center;
                        margin: 0;
                        order: 1;
+                       position: relative;
                        
                        .pageHeaderLogoLarge {
                                display: none;
@@ -48,6 +46,17 @@ $wcfAcpMenuWidth: 150px;
                        .pageHeaderLogoSmall {
                                display: inline;
                        }
+                       
+                       > a {
+                               align-items: center;
+                               bottom: 0;
+                               display: flex;
+                               justify-content: center;
+                               left: 0;
+                               position: absolute;
+                               right: 0;
+                               top: 0;
+                       }
                }
                
                .mainMenu {