2015-01-19 13:31:28 +01:00
|
|
|
.tree-root {
|
|
|
|
margin-top: 0px;
|
|
|
|
margin-bottom: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tree-group {
|
|
|
|
margin-left: 16px;
|
2015-01-29 20:58:33 +01:00
|
|
|
padding-top: 1px;
|
2015-01-19 13:31:28 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.tree-node {
|
|
|
|
white-space: nowrap;
|
|
|
|
|
|
|
|
background-image: url(../../images/tree/branch.png);
|
|
|
|
background-position: 0px 0px;
|
|
|
|
background-repeat: repeat-y;
|
|
|
|
|
|
|
|
min-height: 26px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tree-node:last-child {
|
|
|
|
background: 0 0;
|
|
|
|
}
|
|
|
|
.node-content {
|
2015-01-29 20:58:33 +01:00
|
|
|
height: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.node-content>img {
|
|
|
|
position: relative;
|
|
|
|
top: -2px;
|
2015-01-19 13:31:28 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.node-content:hover {
|
2015-01-29 20:58:33 +01:00
|
|
|
background-color: #FFF;
|
2015-01-19 13:31:28 +01:00
|
|
|
|
|
|
|
-moz-border-radius: 3px;
|
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
border-radius: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.leaf-icon {
|
|
|
|
width: 18px;
|
|
|
|
height: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.node-content, .leaf-icon {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.node-content>img, .node-content>div {
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tree-node.leaf-open>.leaf-icon {
|
|
|
|
background-image: url(../../images/tree/last_expanded.png);
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tree-node.tree-first.leaf-open>.leaf-icon {
|
|
|
|
background-image: url(../../images/tree/first_expanded.png);
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tree-node.leaf-closed>.leaf-icon {
|
|
|
|
background-image: url(../../images/tree/last_closed.png);
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tree-node.tree-first.leaf-closed>.leaf-icon {
|
|
|
|
background-image: url(../../images/tree/first_closed.png);
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tree-node.leaf-loading>.leaf-icon {
|
|
|
|
background-image: url(../../images/tree/last_expanded.png);
|
|
|
|
}
|
|
|
|
|
|
|
|
.tree-node.leaf-empty>.leaf-icon {
|
|
|
|
background-image: url(../../images/tree/last_leaf.png);
|
|
|
|
}
|
|
|
|
|
|
|
|
.tree-node.tree-first.leaf-empty>.leaf-icon {
|
|
|
|
background-image: url(../../images/tree/first_leaf.png);
|
|
|
|
}
|
|
|
|
|
|
|
|
.tree-node.leaf-error>.leaf-icon {
|
|
|
|
background-image: url(../../images/tree/last_leaf.png);
|
|
|
|
}
|
|
|
|
|
|
|
|
.tree-node>.leaf-icon {
|
|
|
|
background-position: 0px 0px;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tree-node>.node-content>img {
|
|
|
|
max-height: 20px;
|
|
|
|
/*max-width: 20px;*/
|
|
|
|
}
|
|
|
|
|
|
|
|
.tree-node>.node-content>img.module-data,
|
|
|
|
.tree-node>.node-content>img.module-graph {
|
|
|
|
cursor: pointer;
|
|
|
|
padding-right: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tree-node>.node-content>img.module-server-type,
|
|
|
|
.tree-node>.node-content>img.agent-status,
|
|
|
|
.tree-node>.node-content>img.agent-alerts-fired,
|
2015-01-29 20:58:33 +01:00
|
|
|
.tree-node>.node-content>img.agent-quiet,
|
2015-01-30 20:05:42 +01:00
|
|
|
.tree-node>.node-content>img.module-status,
|
|
|
|
.tree-node>.node-content>img.module-alerts {
|
2015-01-19 13:31:28 +01:00
|
|
|
padding-right: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tree-node>.node-content>.tree-node-counters,
|
|
|
|
.tree-node>.node-content>.tree-node-counters>.tree-node-counter {
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tree-node>.node-content>.tree-node-counters {
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.tree-node>.node-content>img {
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tree-node>.node-content>.tree-node-counters>.tree-node-counter {
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 7pt;
|
|
|
|
cursor: default;
|
2015-01-29 20:58:33 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
div.tree-table {
|
|
|
|
display: table;
|
|
|
|
width: 98%;
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.tree-table-row {
|
|
|
|
display: table-row;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.tree-table-cell {
|
|
|
|
display: table-cell;
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.tree-table-cell.tree-table-cell-tree {
|
|
|
|
/*width: 70%;*/
|
|
|
|
max-width: 600px;
|
|
|
|
overflow-x: auto;
|
|
|
|
overflow-y: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.tree-table-cell.tree-table-cell-detail {
|
|
|
|
padding-left: 10px;
|
|
|
|
width: 350px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.tree-element-detail-closed {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
div#tree-controller-recipient {
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
div#tree-controller-detail-recipient {
|
|
|
|
/*text-align: right;*/
|
|
|
|
}
|