Some improvements
authorLuzifr <szekely@woltlab.com>
Mon, 7 Nov 2011 18:23:54 +0000 (19:23 +0100)
committerLuzifr <szekely@woltlab.com>
Mon, 7 Nov 2011 18:23:59 +0000 (19:23 +0100)
Collapsible-icon does not have a class any more; Background-image is
now fixed; Some minor fixes.

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

index 477058c0f509e7e24a6b38705ff311caa03caa5b..216c7363e6e7f2fe53ab3bba5f4766cb7fd385ae 100644 (file)
@@ -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 ############## */