Every browser working again, but FF has scrollbar
This commit is contained in:
parent
8bb02f4074
commit
effc043025
|
@ -9,7 +9,7 @@ h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; font-style: norma
|
||||||
|
|
||||||
html { font-size: 62.5%; }
|
html { font-size: 62.5%; }
|
||||||
|
|
||||||
body { background: #ebebeb url(/static/img/jun09/pad/backgrad.gif) repeat-x left top; }
|
body { position: absolute; width: 100%; height: 100%; background: #ebebeb url(/static/img/jun09/pad/backgrad.gif) repeat-x left top;}
|
||||||
body, textarea { font-family: Arial, sans-serif; }
|
body, textarea { font-family: Arial, sans-serif; }
|
||||||
|
|
||||||
#padpage {
|
#padpage {
|
||||||
|
@ -289,21 +289,32 @@ a#hidetopmsg { position: absolute; right: 5px; bottom: 5px; }
|
||||||
background: url(/static/img/jun09/pad/syncdone.gif) no-repeat center center;
|
background: url(/static/img/jun09/pad/syncdone.gif) no-repeat center center;
|
||||||
right: 38px; top: 5px; display: none; }
|
right: 38px; top: 5px; display: none; }
|
||||||
|
|
||||||
#editorcontainerbox {
|
|
||||||
/* border-left: 1px solid #c4c4c4; border-right: 1px solid #c4c4c4;
|
|
||||||
/* border-bottom: 1px solid #c4c4c4;*!/
|
|
||||||
|
|
||||||
*/
|
body
|
||||||
position: absolute;
|
{
|
||||||
|
}
|
||||||
|
#editorcontainerbox
|
||||||
|
{
|
||||||
|
position:relative;
|
||||||
|
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
zoom: 1;
|
|
||||||
|
background: #fff;
|
||||||
|
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
top: 36px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#iebug
|
||||||
|
{
|
||||||
|
position: absolute;
|
||||||
|
clear: both;
|
||||||
}
|
}
|
||||||
|
|
||||||
#editorcontainer {
|
#editorcontainer {
|
||||||
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
padding-top: 36px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#editorcontainer iframe { width: 100%; height: 100%; padding: 0; margin: 0; }
|
#editorcontainer iframe { width: 100%; height: 100%; padding: 0; margin: 0; }
|
||||||
|
|
|
@ -182,13 +182,16 @@ var clientVars = {}; // ]]>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="editorcontainerbox">
|
<div id="editorcontainerbox">
|
||||||
|
|
||||||
|
<div id="editorcontainer">
|
||||||
|
<!-- -->
|
||||||
|
</div>
|
||||||
<div id="editorloadingbox">
|
<div id="editorloadingbox">
|
||||||
Loading Etherpad Lite...
|
Loading Etherpad Lite...
|
||||||
</div>
|
</div>
|
||||||
<div id="editorcontainer">
|
|
||||||
<!-- -->
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<!-- /padeditor -->
|
<!-- /padeditor -->
|
||||||
<div id="modaloverlay">
|
<div id="modaloverlay">
|
||||||
<div id="modaloverlay-inner">
|
<div id="modaloverlay-inner">
|
||||||
|
|
Loading…
Reference in New Issue