mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-29 19:59:14 -04:00
IE scrollbar and disappearing editor fixed. Still no background beneave userlist and embed though
This commit is contained in:
parent
dc15daaa40
commit
89e78ed9be
3 changed files with 47 additions and 4 deletions
38
static/css/pad_ie_lite.css
Normal file
38
static/css/pad_ie_lite.css
Normal file
|
@ -0,0 +1,38 @@
|
|||
#users, #embed
|
||||
{
|
||||
background:transparent;
|
||||
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000070,endColorstr=#00000070);
|
||||
zoom: 1;
|
||||
}
|
||||
|
||||
|
||||
#editorcontainerbox
|
||||
{
|
||||
position: relative;
|
||||
top: 1px;
|
||||
padding-top: 37px;
|
||||
}
|
||||
#editorcontainer
|
||||
{
|
||||
position: absolute;
|
||||
|
||||
width: 100%;
|
||||
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
bottom: 0px;
|
||||
|
||||
z-index: 1;
|
||||
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#editorcontainer iframe {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
padding-bottom: 37px;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#editorloadingbox { padding-top: 100px; padding-bottom: 100px; font-size: 2.5em; color: #aaa;
|
||||
text-align: center; position: absolute; width: 100%; height: 30px; z-index: 100; }
|
Loading…
Add table
Add a link
Reference in a new issue