Fix widget admin layout for IE7. Props Denis-de-Bernardy. fixes #4264 for 2.3

git-svn-id: https://develop.svn.wordpress.org/trunk@5494 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2007-05-19 17:24:25 +00:00
parent ac98122657
commit 2b9d09d88e
2 changed files with 12 additions and 5 deletions

View File

@@ -84,11 +84,11 @@ body {
}
.placematt {
position: absolute;
cursor: default;
margin: 10px 0 0;
padding: 0;
width: 238px;
float:left;
background-color: #ffe;
}
@@ -106,10 +106,11 @@ body {
text-align: justify;
}
#palettediv {
border: 1px solid #bbb;
background-color: #f0f8ff;
height: 180px;
height:auto;
margin-top: 10px;
}