diff options
author | johnyma22 <john@mclear.co.uk> | 2012-11-21 20:09:31 +0000 |
---|---|---|
committer | johnyma22 <john@mclear.co.uk> | 2012-11-21 20:09:31 +0000 |
commit | 28cd6e64b3a1494cdbaef44e936f4e458d7bfa92 (patch) | |
tree | 1fa7c819953d65944b71ea043f3b1395f4f04bb8 /tests/frontend/runner.css | |
parent | e02054d6fe7154e17ac0e52adcefe06d99df138e (diff) | |
download | etherpad-lite-28cd6e64b3a1494cdbaef44e936f4e458d7bfa92.zip |
make runner CSS more sane
Diffstat (limited to 'tests/frontend/runner.css')
-rw-r--r-- | tests/frontend/runner.css | 7 |
1 files 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 { |