fixed admin console for IE 7

This commit is contained in:
Frank Dillon 2006-12-06 21:30:58 +00:00
parent ead6722dc7
commit ab660f0f87

View file

@ -1,11 +1,16 @@
body{ html,body {
margin: 0px;
padding: 0px;
}
.wrapper {
background-image: url(bg.jpg); background-image: url(bg.jpg);
background-repeat: repeat-x; background-repeat: repeat-x;
border: 5px #214A7A solid; border: 5px #214A7A solid;
margin:0px; margin:0px;
padding:0px; padding:0px;
min-height: 590px; position: relative;
_height: 590px; top:0px;
} }
th { th {
@ -52,10 +57,9 @@ th {
padding: 15px; padding: 15px;
-moz-border-radius: 10px; -moz-border-radius: 10px;
background-color: #fafafa; background-color: #fafafa;
min-height: 400px;
_height: 400px;
width: 78%; width: 78%;
z-index: 10; z-index: 10;
position: relative;
} }
/* Hides from non-ie: the holly hack \*/ /* Hides from non-ie: the holly hack \*/
* html .adminConsoleWorkArea { * html .adminConsoleWorkArea {