mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-10-29 23:31:03 +01:00
make runner CSS more sane
This commit is contained in:
parent
e02054d6fe
commit
28cd6e64b3
@ -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…
x
Reference in New Issue
Block a user