From df4391bc696727f1887bd9890afafe917721c680 Mon Sep 17 00:00:00 2001 From: Rob Moen Date: Tue, 11 Sep 2012 15:57:48 -0700 Subject: [PATCH] (bug 38548) Switch undo / redo buttons for RTL. Rename the graphic files to more generic names to make them flippable by CSSJanus. Change-Id: Ide2540f2f281367909f7f2c7943c9106c0b36699 --- .../images/icons/{redo.png => arched-arrow-ltr.png} | Bin .../images/icons/{redo.svg => arched-arrow-ltr.svg} | 0 .../images/icons/{undo.png => arched-arrow-rtl.png} | Bin .../images/icons/{undo.svg => arched-arrow-rtl.svg} | 0 modules/ve/ui/styles/ve.ui.Icons-raster.css | 4 ++-- modules/ve/ui/styles/ve.ui.Icons-vector.css | 4 ++-- 6 files changed, 4 insertions(+), 4 deletions(-) rename modules/ve/ui/styles/images/icons/{redo.png => arched-arrow-ltr.png} (100%) rename modules/ve/ui/styles/images/icons/{redo.svg => arched-arrow-ltr.svg} (100%) rename modules/ve/ui/styles/images/icons/{undo.png => arched-arrow-rtl.png} (100%) rename modules/ve/ui/styles/images/icons/{undo.svg => arched-arrow-rtl.svg} (100%) diff --git a/modules/ve/ui/styles/images/icons/redo.png b/modules/ve/ui/styles/images/icons/arched-arrow-ltr.png similarity index 100% rename from modules/ve/ui/styles/images/icons/redo.png rename to modules/ve/ui/styles/images/icons/arched-arrow-ltr.png diff --git a/modules/ve/ui/styles/images/icons/redo.svg b/modules/ve/ui/styles/images/icons/arched-arrow-ltr.svg similarity index 100% rename from modules/ve/ui/styles/images/icons/redo.svg rename to modules/ve/ui/styles/images/icons/arched-arrow-ltr.svg diff --git a/modules/ve/ui/styles/images/icons/undo.png b/modules/ve/ui/styles/images/icons/arched-arrow-rtl.png similarity index 100% rename from modules/ve/ui/styles/images/icons/undo.png rename to modules/ve/ui/styles/images/icons/arched-arrow-rtl.png diff --git a/modules/ve/ui/styles/images/icons/undo.svg b/modules/ve/ui/styles/images/icons/arched-arrow-rtl.svg similarity index 100% rename from modules/ve/ui/styles/images/icons/undo.svg rename to modules/ve/ui/styles/images/icons/arched-arrow-rtl.svg diff --git a/modules/ve/ui/styles/ve.ui.Icons-raster.css b/modules/ve/ui/styles/ve.ui.Icons-raster.css index 2e456aae24..fb2aa13c9b 100644 --- a/modules/ve/ui/styles/ve.ui.Icons-raster.css +++ b/modules/ve/ui/styles/ve.ui.Icons-raster.css @@ -29,12 +29,12 @@ .ve-ui-toolbarButtonTool-undo:before { /* @embed */ - background-image: url(images/icons/undo.png); + background-image: url(images/icons/arched-arrow-rtl.png); } .ve-ui-toolbarButtonTool-redo:before { /* @embed */ - background-image: url(images/icons/redo.png); + background-image: url(images/icons/arched-arrow-ltr.png); } .ve-ui-toolbarButtonTool-bold:before { diff --git a/modules/ve/ui/styles/ve.ui.Icons-vector.css b/modules/ve/ui/styles/ve.ui.Icons-vector.css index 3ef0870d0c..364c2bcd95 100644 --- a/modules/ve/ui/styles/ve.ui.Icons-vector.css +++ b/modules/ve/ui/styles/ve.ui.Icons-vector.css @@ -29,12 +29,12 @@ .ve-ui-toolbarButtonTool-undo:before { /* @embed */ - background-image: url(images/icons/undo.svg); + background-image: url(images/icons/arched-arrow-rtl.svg); } .ve-ui-toolbarButtonTool-redo:before { /* @embed */ - background-image: url(images/icons/redo.svg); + background-image: url(images/icons/arched-arrow-ltr.svg); } .ve-ui-toolbarButtonTool-bold:before {