Add cancel

This commit is contained in:
2017-01-26 08:36:54 -05:00
parent 295b40bed8
commit 4338b4fee5
30 changed files with 333 additions and 62 deletions
+10
View File
@@ -90,6 +90,16 @@ a.banner-link:hover {
content: "\e026"; }
.status.status-finishing:after {
content: "\e027"; }
.status.status-cancelpending, .status.status-cancelling {
color: #f0ad4e; }
.status.status-cancelled {
color: #ec971f; }
.status.status-cancelpending:after {
content: "\e090"; }
.status.status-cancelling:after {
content: "\e090"; }
.status.status-cancelled:after {
content: "\e090"; }
#chart {
padding-top: 20px; }