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

git-svn-id: http://svn.automattic.com/wordpress/trunk@12379 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz 2009-12-12 07:24:53 +00:00
parent 066f37c885
commit 83881592e2
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 {