Add report and index links when a run fails

This commit is contained in:
Gaël Métais
2014-12-29 22:06:33 +01:00
parent c55a83cbe2
commit f601044645
3 changed files with 11 additions and 36 deletions
+3 -14
View File
@@ -1,19 +1,8 @@
.status {
margin-top: 2em;
margin: 2em;
font-size: 2.5em;
}
@-webkit-keyframes rotating {
from { -webkit-transform: rotate(0deg); }
to { -webkit-transform: rotate(360deg); }
}
@keyframes rotating {
from { transform: rotate(0deg); }
to { transform: rotate(360deg); }
}
.waiting .icon-lab {
-webkit-animation: rotating 3s linear 0s infinite;
-webkit-transform: translateZ(0);
animation: rotating 3s linear 0s infinite;
.queueLink {
color: #FFF;
}