Small fixes
authorLuzifr <szekely@woltlab.com>
Thu, 1 Dec 2011 18:10:06 +0000 (19:10 +0100)
committerLuzifr <szekely@woltlab.com>
Thu, 1 Dec 2011 18:10:09 +0000 (19:10 +0100)
wcfsetup/install/files/acp/style/style.css

index 2a59705d9f553afbcb15c41196554e92a15edb46..1ac805d5c5dd7af7928983f07b094edf720dd254 100644 (file)
@@ -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 */