Fixed CSS Bugs in webkit and IE. thx @johnyma22

This commit is contained in:
Peter 'Pita' Martischka 2011-07-12 16:11:40 +01:00
parent bd1ac333db
commit 51c4aff54b
2 changed files with 10 additions and 3 deletions

View file

@ -8,8 +8,9 @@ zoom: 1;
#editorcontainerbox #editorcontainerbox
{ {
position: relative; /*position: relative;*/
top: 1px; position:absolute;
top: 37px;
padding-top: 37px; padding-top: 37px;
} }
#editorcontainer #editorcontainer

View file

@ -6,6 +6,7 @@
html { font-size: 62.5%; } html { font-size: 62.5%; }
body { background: #fff;} body { background: #fff;}
body, textarea { font-family: Helvetica, Arial, sans-serif; } body, textarea { font-family: Helvetica, Arial, sans-serif; }
iframe {position:absolute;}
#users #users
{ {
@ -154,7 +155,12 @@ a img
#editorloadingbox { padding-top: 100px; padding-bottom: 100px; font-size: 2.5em; color: #aaa; #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; } text-align: center; position: absolute; width: 100%; height: 30px; z-index: 100; }
#editorcontainerbox{
position:absolute;
bottom:0;
top:0;
width:100%;
}
/** /**