mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-24 09:11:24 +01:00
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:
parent
066f37c885
commit
83881592e2
@ -435,3 +435,6 @@ table.ie-fixed {
|
|||||||
background-color: #ffffe0;
|
background-color: #ffffe0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.imgedit-submit {
|
||||||
|
width: 300px;
|
||||||
|
}
|
||||||
|
File diff suppressed because one or more lines are too long
@ -3399,7 +3399,7 @@ td.imgedit-settings input {
|
|||||||
|
|
||||||
.imgedit-menu {
|
.imgedit-menu {
|
||||||
margin: 0 0 12px;
|
margin: 0 0 12px;
|
||||||
min-width: 315px;
|
min-width: 300px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.imgedit-menu div {
|
.imgedit-menu div {
|
||||||
|
Loading…
Reference in New Issue
Block a user