Fixed display issue with overlapping labels
authorAlexander Ebert <ebert@woltlab.com>
Fri, 23 Jun 2017 12:56:08 +0000 (14:56 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Fri, 23 Jun 2017 12:56:08 +0000 (14:56 +0200)
See #2314

wcfsetup/install/files/acp/style/acpStyleEditor.css

index 875863939c63f8744daa180b69452a1f3e88b807..287edc780202cac28a776f89749c7301ea69c351 100644 (file)
@@ -153,6 +153,8 @@ html[dir="rtl"] .spColorBox { margin-left: 10px !important; }
                z-index: 40;
        }
        
+       #spWindow.spShowRegions [data-region="wcfHeader"]::after { left: 20px; transform: translateY(-50%); }
+       
        #spWindow.spShowRegions [data-region] [data-region] { z-index: 20; }
        #spWindow.spShowRegions [data-region] [data-region]::before { z-index: 30; }
        #spWindow.spShowRegions + #spSidebar .jsButtonToggleColorPalette { pointer-events: none; }