Fixed CSS Bugs in webkit and IE. thx @johnyma22
This commit is contained in:
parent
bd1ac333db
commit
51c4aff54b
|
@ -8,8 +8,9 @@ zoom: 1;
|
|||
|
||||
#editorcontainerbox
|
||||
{
|
||||
position: relative;
|
||||
top: 1px;
|
||||
/*position: relative;*/
|
||||
position:absolute;
|
||||
top: 37px;
|
||||
padding-top: 37px;
|
||||
}
|
||||
#editorcontainer
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
html { font-size: 62.5%; }
|
||||
body { background: #fff;}
|
||||
body, textarea { font-family: Helvetica, Arial, sans-serif; }
|
||||
iframe {position:absolute;}
|
||||
|
||||
#users
|
||||
{
|
||||
|
@ -154,7 +155,12 @@ a img
|
|||
#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; }
|
||||
|
||||
|
||||
#editorcontainerbox{
|
||||
position:absolute;
|
||||
bottom:0;
|
||||
top:0;
|
||||
width:100%;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue