mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
make runner CSS more sane
This commit is contained in:
parent
e02054d6fe
commit
28cd6e64b3
1 changed files with 5 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue