slightly uglier UI but still ugly
parent
c74aed986e
commit
1466b31c54
|
@ -9,10 +9,9 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
#iframe-container {
|
#iframe-container {
|
||||||
width: 600px;
|
width: 50%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
position: absolute;
|
float:right;
|
||||||
left: 400px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#iframe-container iframe {
|
#iframe-container iframe {
|
||||||
|
@ -23,10 +22,11 @@ body {
|
||||||
#mocha {
|
#mocha {
|
||||||
font: 20px/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
|
font: 20px/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||||
border-right: 2px solid #999;
|
border-right: 2px solid #999;
|
||||||
width: 400px;
|
width: 50%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
float:left;
|
||||||
}
|
}
|
||||||
|
|
||||||
#mocha #report {
|
#mocha #report {
|
||||||
|
|
Loading…
Reference in New Issue