Update test runner.

This commit is contained in:
Lars Jung 2015-04-26 20:02:23 +02:00
parent 63fe57731e
commit 21c976bb3d
3 changed files with 77 additions and 49 deletions

View file

@ -36,6 +36,21 @@
&.fail {
background: @col-red-500;
}
.stats {
display: block;
position: absolute;
right: 8px;
top: 0;
cursor: pointer;
}
.progress {
display: block;
position: absolute;
right: 0;
bottom: 0;
height: 100%;
background: rgba(255,255,255,0.2);
}
}
#mocha-overlay {
@ -191,38 +206,35 @@
}
#mocha-stats {
position: fixed;
top: 40px;
right: 20px;
margin: 0;
color: @col-grey-800;
z-index: 1;
font-size: 13px;
display: none;
// position: fixed;
// top: 40px;
// right: 20px;
// margin: 0;
// color: @col-grey-800;
// z-index: 1;
// font-size: 13px;
em {
font-style: normal;
font-size: 14px;
}
a {
text-decoration: none;
color: inherit;
}
li {
display: inline-block;
margin: 0 5px;
list-style: none;
padding-top: 11px;
}
canvas {
width: 40px;
height: 40px;
}
.progress {
float: right;
padding-top: 0;
}
.passes, .failures {
cursor: pointer;
}
// em {
// font-style: normal;
// font-size: 14px;
// }
// a {
// text-decoration: none;
// color: inherit;
// }
// li {
// display: inline-block;
// margin: 0 5px;
// list-style: none;
// padding-top: 11px;
// }
// canvas {
// width: 40px;
// height: 40px;
// }
// .progress {
// float: right;
// padding-top: 0;
// }
}