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:
Andrew Ozz
2009-11-26 07:49:44 +00:00
parent 53872d2218
commit 437db709fc
3 changed files with 14 additions and 14 deletions

View File

@@ -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;
}