Fix image editor toolbar in IE6/7, fixes #11400

git-svn-id: https://develop.svn.wordpress.org/trunk@12379 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2009-12-12 07:24:53 +00:00
parent e54acbc473
commit dbf3e72d46
3 changed files with 5 additions and 2 deletions

View File

@ -435,3 +435,6 @@ table.ie-fixed {
background-color: #ffffe0;
}
.imgedit-submit {
width: 300px;
}

File diff suppressed because one or more lines are too long

View File

@ -3399,7 +3399,7 @@ td.imgedit-settings input {
.imgedit-menu {
margin: 0 0 12px;
min-width: 315px;
min-width: 300px;
}
.imgedit-menu div {