diff options
| author | mamouneyya <mamoun.diraneyya@gmail.com> | 2010-06-18 14:07:38 +0300 |
|---|---|---|
| committer | mamouneyya <mamoun.diraneyya@gmail.com> | 2010-06-18 14:07:38 +0300 |
| commit | 7f8e2786b38ec6f4f57ef865c803742fa5089fb8 (patch) | |
| tree | 1c0086c9cedac26c160fe5507c6cf3846baa84eb /lib/uploadify | |
| parent | 9173ea81676ef6b8abbdefd641b1a572faf13eab (diff) | |
Mirror the cancel button for RTL
Diffstat (limited to 'lib/uploadify')
| -rw-r--r-- | lib/uploadify/uploadify.css | 5 |
1 files changed, 5 insertions, 0 deletions
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 |
