mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 00:16:15 -04: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 {
|
#iframe-container {
|
||||||
width: 50%;
|
width: 50%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
float:right;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#iframe-container iframe {
|
#iframe-container iframe {
|
||||||
width: 100%;
|
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
position:absolute;
|
||||||
|
min-width:500px;
|
||||||
|
max-width:800px;
|
||||||
|
left:50%;
|
||||||
|
width:100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#mocha {
|
#mocha {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue