Details and queue management

This commit is contained in:
2017-01-06 08:43:22 -05:00
parent d14e40a36b
commit 42ac27e16f
24 changed files with 260 additions and 51 deletions
+9 -6
View File
@@ -59,7 +59,7 @@ a.banner-link:hover {
.headline-icon {
h1:after {
color: #c4e29d;
color: rgba(172, 214, 118, 0.8);
font-family: "Glyphicons Halflings";
font-size: .8em;
padding-left: 10px;
@@ -95,7 +95,13 @@ a.banner-link:hover {
font-size: .8em;
padding-left: 5px;
}
&.status-pending {
color: #f0ad4e;
&:after {
content:"\e023";
}
}
&.status-complete {
color: #337ab7;
&:after {
@@ -109,15 +115,12 @@ a.banner-link:hover {
}
}
&.status-running,&.status-pending,&.status-starting,&.status-finishing {
&.status-running,&.status-starting,&.status-finishing {
color: #3c763d;
}
&.status-running:after {
content:"\e089";
}
&.status-pending:after {
content:"\e023";
}
&.status-starting:after {
content:"\e026";
}