Added buttons to top of Job Events, Job Details and Job Host Summary pages to link everything together and provide a Refresh action.

This commit is contained in:
root
2013-05-23 11:25:06 -04:00
committed by chouseknecht
parent 0cd9f51bf9
commit ab4115d0e7
10 changed files with 169 additions and 19 deletions

View File

@@ -182,6 +182,18 @@
min-width: 30px;
}
.status-actions {
display: inline-block;
height: 25px;
}
.status-spin {
display: inline-block;
vertical-align: middle;
margin-left: 15px;
font-size: 22px;
}
.search-widget label {
display:inline-block;
vertical-align: middle;
@@ -255,6 +267,11 @@
margin-left: 10px;
margin-top: 3px;
}
.status-actions {
margin-bottom: 20px;
}
/* End Display list actions */
.well {