Add report and index links when a run fails
This commit is contained in:
+3
-21
@@ -1,25 +1,7 @@
|
||||
.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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user