From 28cd6e64b3a1494cdbaef44e936f4e458d7bfa92 Mon Sep 17 00:00:00 2001 From: johnyma22 Date: Wed, 21 Nov 2012 20:09:31 +0000 Subject: [PATCH] make runner CSS more sane --- tests/frontend/runner.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/tests/frontend/runner.css b/tests/frontend/runner.css index 0e4b5fd1..7d5bb783 100644 --- a/tests/frontend/runner.css +++ b/tests/frontend/runner.css @@ -15,12 +15,15 @@ body { #iframe-container { width: 50%; height: 100%; - float:right; } #iframe-container iframe { - width: 100%; height: 100%; + position:absolute; + min-width:500px; + max-width:800px; + left:50%; + width:100%; } #mocha {