Collapse/expand job_events list using the api parent/child relationship

This commit is contained in:
chouseknecht
2013-06-18 17:20:25 -04:00
parent c9da8294df
commit 2abd33cf22
9 changed files with 215 additions and 35 deletions

View File

@@ -436,4 +436,17 @@
.list-header .icon-sort-down,
.list-header .icon-sort-up {
color: #36454F;
}
/* job_events syles */
tr td i {
float: none;
margin-right: 10px;
padding-top: 3px;
padding-left: 0;
margin-left: 0;
}
#event_display-header {
min-width: 250px;
}