summaryrefslogtreecommitdiff
path: root/tests/frontend/runner.css
diff options
context:
space:
mode:
authorjohnyma22 <john@mclear.co.uk>2012-11-21 20:09:31 +0000
committerjohnyma22 <john@mclear.co.uk>2012-11-21 20:09:31 +0000
commit28cd6e64b3a1494cdbaef44e936f4e458d7bfa92 (patch)
tree1fa7c819953d65944b71ea043f3b1395f4f04bb8 /tests/frontend/runner.css
parente02054d6fe7154e17ac0e52adcefe06d99df138e (diff)
downloadetherpad-lite-28cd6e64b3a1494cdbaef44e936f4e458d7bfa92.zip
make runner CSS more sane
Diffstat (limited to 'tests/frontend/runner.css')
-rw-r--r--tests/frontend/runner.css7
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 {