update failed icon for rhs dashboard recent job run list

This commit is contained in:
John Mitchell 2017-02-20 15:51:30 -05:00
parent f97ffefe93
commit ad6d7acf4d

View File

@ -86,6 +86,18 @@
color: @default-err;
}
.DashboardList-status--failed{
color: @default-err;
margin-top: 10px;
margin-bottom: 10px;
padding: 0px;
margin-right: 5px;
}
.DashboardList-status--failed:before {
content: "\f06a";
}
.DashboardList-nameCell {
padding-left: 15px;
width: 100%;