Collapsible-icon does not have a class any more; Background-image is
now fixed; Some minor fixes.
/* background-image: url('../images/header.png'); */
background-position: left top;
background-repeat: repeat-x;
+ background-attachment: fixed;
width: 100%;
}
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;
}
white-space: nowrap;
}
+/* ToDo: does not function any more!
tr .columnIcon img:not(.balloonTooltip):hover {
cursor: not-allowed;
}
+*/
tr .columnIcon img {
height: 16px;
left: -5px;
}
-/* -- -- -- Collapsible -- -- -- */
-
-.collapsible {
- margin: 5px 0 0 10px;
- float: left;
-}
-
-.collapsible img {
- height: 16px;
- width: 16px;
-}
-
/* ############## ToDo: Clipboard Editor ############## */