diff options
author | Bharat Mediratta <bharat@menalto.com> | 2010-06-20 10:25:03 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2010-06-20 10:25:03 -0700 |
commit | 4a7b41c5a41cbb13e3f4965a065bf88d7152fc9a (patch) | |
tree | 3a60ad5359fd7995a194c3aff83f507f46e6d3b9 /lib/uploadify | |
parent | c7ce0228de3d4d33a2997269a59626fd09f46f65 (diff) | |
parent | 2cd784e612d0376e8eafcf5085507c678f36e6f4 (diff) |
Merge branch 'master' of git://github.com/mamouneyya/gallery3
Conflicts:
lib/gallery.common.css
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 |