Inventory refactoring: fixed toggle icon styling. Now job events and inventory group trees use .node-toggle to style collapse/expand icon. Fixed regex issue in Children helper.

This commit is contained in:
Chris Houseknecht
2014-01-08 17:11:36 +00:00
parent e581650dbb
commit 255dead521
4 changed files with 12 additions and 15 deletions

View File

@@ -1003,8 +1003,13 @@ input[type="checkbox"].checkbox-no-label {
font-weight: bold;
}
.inv-group-toggle {
margin-right: 3px;
.node-toggle {
/* also used on job evetns */
float: none;
padding-top: 3px;
padding-left: 0;
margin-right: 5px;
margin-left: 0;
}
.disabled {
@@ -1062,14 +1067,6 @@ a.btn-disabled:hover {
/* job_events syles */
#jobevents_table tr td i {
float: none;
padding-top: 3px;
padding-left: 0;
margin-right: 5px;
margin-left: 0;
}
#jobevents_table .actions i {
padding-top: 0;
margin-right: 0;