mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-05 21:24:35 +00:00
Swap the Flip horizontally and Flip vertically buttons in the image editor so they are more understandable, props scribu, fixes #11171
git-svn-id: https://develop.svn.wordpress.org/trunk@12281 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -3428,12 +3428,12 @@ td.imgedit-settings input {
|
||||
margin: 0 8px 0 3px;
|
||||
}
|
||||
|
||||
.imgedit-fliph {
|
||||
.imgedit-flipv {
|
||||
background: transparent url(images/imgedit.gif) no-repeat scroll -127px 2px;
|
||||
margin: 0 3px;
|
||||
}
|
||||
|
||||
.imgedit-flipv {
|
||||
.imgedit-fliph {
|
||||
background: transparent url(images/imgedit.gif) no-repeat scroll -95px 3px;
|
||||
margin: 0 8px 0 3px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user