From 1ddc2ec35d8dff65b71856c92e8331bb3024a4ba Mon Sep 17 00:00:00 2001 From: Luzifr Date: Thu, 1 Dec 2011 19:10:06 +0100 Subject: [PATCH] Small fixes --- wcfsetup/install/files/acp/style/style.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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 */ -- 2.20.1