From 1466b31c541d24eb30ab44c8cf75770b07986f77 Mon Sep 17 00:00:00 2001 From: johnyma22 Date: Thu, 4 Oct 2012 19:08:29 +0100 Subject: [PATCH] slightly uglier UI but still ugly --- tests/frontend/runner.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/frontend/runner.css b/tests/frontend/runner.css index 6002ef479..ba5245aa7 100644 --- a/tests/frontend/runner.css +++ b/tests/frontend/runner.css @@ -9,10 +9,9 @@ body { } #iframe-container { - width: 600px; + width: 50%; height: 100%; - position: absolute; - left: 400px; + float:right; } #iframe-container iframe { @@ -23,10 +22,11 @@ body { #mocha { font: 20px/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif; border-right: 2px solid #999; - width: 400px; + width: 50%; height: 100%; position: absolute; overflow: auto; + float:left; } #mocha #report {