From 7f8e2786b38ec6f4f57ef865c803742fa5089fb8 Mon Sep 17 00:00:00 2001 From: mamouneyya Date: Fri, 18 Jun 2010 14:07:38 +0300 Subject: Mirror the cancel button for RTL --- lib/uploadify/uploadify.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib') diff --git a/lib/uploadify/uploadify.css b/lib/uploadify/uploadify.css index a0279443..7eaa9e93 100644 --- a/lib/uploadify/uploadify.css +++ b/lib/uploadify/uploadify.css @@ -51,3 +51,8 @@ THE SOFTWARE. width: 1px; height: 3px; } + +/* RTL support ~~~~~~~~~~~~~~~~~~~~~~~~~ */ +.rtl .uploadifyQueueItem .cancel { + float: left; +} \ No newline at end of file -- cgit v1.2.3