From 615f8c1d92cd34c057e593dc27a2088bd011dfc6 Mon Sep 17 00:00:00 2001 From: Luzifr Date: Mon, 7 Nov 2011 19:23:54 +0100 Subject: [PATCH] Some improvements Collapsible-icon does not have a class any more; Background-image is now fixed; Some minor fixes. --- wcfsetup/install/files/acp/style/style.css | 27 ++++++++-------------- 1 file changed, 10 insertions(+), 17 deletions(-) diff --git a/wcfsetup/install/files/acp/style/style.css b/wcfsetup/install/files/acp/style/style.css index 477058c0f5..216c7363e6 100644 --- a/wcfsetup/install/files/acp/style/style.css +++ b/wcfsetup/install/files/acp/style/style.css @@ -154,6 +154,7 @@ header.pageHeader { /* background-image: url('../images/header.png'); */ background-position: left top; background-repeat: repeat-x; + background-attachment: fixed; width: 100%; } @@ -1609,12 +1610,14 @@ input[type='button'], margin-top: 5px; } -/* Experimental */ +/* Collapse Icon */ -.boxTitle img.handle { - cursor: pointer; - margin-top: -1px; - float: right !important; +.boxTitle > a { + margin: 5px 0 0 10px; + float: left; +} + +.boxTitle > a img { height: 16px; width: 16px; } @@ -2207,9 +2210,11 @@ tr .columnIcon { white-space: nowrap; } +/* ToDo: does not function any more! tr .columnIcon img:not(.balloonTooltip):hover { cursor: not-allowed; } +*/ tr .columnIcon img { height: 16px; @@ -2770,18 +2775,6 @@ img[src*='enable'] { left: -5px; } -/* -- -- -- Collapsible -- -- -- */ - -.collapsible { - margin: 5px 0 0 10px; - float: left; -} - -.collapsible img { - height: 16px; - width: 16px; -} - /* ############## ToDo: Clipboard Editor ############## */ -- 2.20.1