From: Luzifr Date: Thu, 1 Dec 2011 18:10:06 +0000 (+0100) Subject: Small fixes X-Git-Tag: 2.0.0_Beta_1~1548 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=1ddc2ec35d8dff65b71856c92e8331bb3024a4ba;p=GitHub%2FWoltLab%2FWCF.git Small fixes --- diff --git a/wcfsetup/install/files/acp/style/style.css b/wcfsetup/install/files/acp/style/style.css index 2a59705d9f..1ac805d5c5 100644 --- a/wcfsetup/install/files/acp/style/style.css +++ b/wcfsetup/install/files/acp/style/style.css @@ -865,7 +865,7 @@ aside.sidebar .collapsibleSidebarButton { top: 0; bottom: 0; left: 250px; - width: 23px; + width: 20px; height: 100%; z-index: 150; opacity: .3; @@ -885,7 +885,7 @@ aside.sidebar .collapsibleSidebarButton span { display: inline-block; position: relative; height: 100%; - width: 23px; + width: 20px; } aside.sidebar.collapsed .collapsibleSidebarButton { @@ -1946,7 +1946,9 @@ input[type='button'], Activate it if you want to test your own header image */ /* background-image: url('../../../images/header.png'); */ background-position: left top; - background-repeat: repeat-x; + background-repeat: repeat-x; + display: table; + width: 100%; } /* Headings */