mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-24 17:36: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
|
@ -10,6 +10,9 @@
|
|||
<!-- <base href="http://localhost:9001/" />-->
|
||||
<!-- CSS -->
|
||||
<link href="/static/css/pad_lite.css" rel="stylesheet" type="text/css"/>
|
||||
<!--[if lte IE 7]>
|
||||
<link href="/static/css/pad_ie_lite.css" rel="stylesheet" type="text/css"/>
|
||||
<![endif]-->
|
||||
<!-- javascript -->
|
||||
<script type="text/javascript">
|
||||
// <![CDATA[
|
||||
|
@ -183,9 +186,9 @@ var clientVars = {}; // ]]>
|
|||
|
||||
</div>-->
|
||||
|
||||
<div id="editorcontainer">
|
||||
<div id="editorcontainerbox">
|
||||
|
||||
<div id="editor">
|
||||
<div id="editorcontainer">
|
||||
<!-- -->
|
||||
</div>
|
||||
<div id="editorloading">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue