tests: CSS frontend runner (#4081)
parent
c9ffe59b55
commit
76084820ca
|
@ -33,6 +33,8 @@ body {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
width:20%;
|
width:20%;
|
||||||
|
font-size:80%;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#mocha #report {
|
#mocha #report {
|
||||||
|
@ -77,11 +79,11 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
#mocha .suite {
|
#mocha .suite {
|
||||||
margin-left: 15px;
|
margin-left: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#mocha .test {
|
#mocha .test {
|
||||||
margin-left: 15px;
|
margin-left: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#mocha .test:hover h2::after {
|
#mocha .test:hover h2::after {
|
||||||
|
@ -203,9 +205,14 @@ body {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
#stats .progress {
|
#mocha-stats {
|
||||||
|
height: 80px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#mocha-stats .progress {
|
||||||
float: right;
|
float: right;
|
||||||
padding-top: 0;
|
padding-top: 0;
|
||||||
|
margin-right:5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#stats em {
|
#stats em {
|
||||||
|
@ -233,3 +240,7 @@ code .init { color: #2F6FAD }
|
||||||
code .string { color: #5890AD }
|
code .string { color: #5890AD }
|
||||||
code .keyword { color: #8A6343 }
|
code .keyword { color: #8A6343 }
|
||||||
code .number { color: #2F6FAD }
|
code .number { color: #2F6FAD }
|
||||||
|
|
||||||
|
ul{
|
||||||
|
padding-left:5px;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue