Inventory refactor: now all nodes in group tree have an icon. same for job events view.

This commit is contained in:
Chris Houseknecht
2014-01-10 22:44:12 +00:00
parent 8279012ffa
commit 6d205213db
7 changed files with 22 additions and 14 deletions

View File

@@ -995,7 +995,7 @@ input[type="checkbox"].checkbox-no-label {
.level-10 { padding-left: 200px; }
.level-3-detail {
padding-left: 72px;
padding-left: 80px;
}
#job_events .control-group {
@@ -1045,7 +1045,7 @@ input[type="checkbox"].checkbox-no-label {
border-right: 1px solid #ddd;
}
.node-toggle {
.node-toggle, .node-no-toggle {
/* also used on job evetns */
float: none;
padding-top: 3px;
@@ -1054,6 +1054,10 @@ input[type="checkbox"].checkbox-no-label {
margin-left: 0;
}
.node-no-toggle {
opacity: .30;
}
.disabled {
color: @grey;
}