diff options
author | yawano <yawano@chromium.org> | 2015-06-04 02:29:07 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-06-04 09:29:37 +0000 |
commit | 7a35b3ad44e5b02655b8e6dd6db2bbab86c35e09 (patch) | |
tree | 66209d53c1938272faf2a20c0c0d005162e7e153 /ui | |
parent | ca2f86812dae1ecea87db71725fe323e645907b0 (diff) | |
download | chromium_src-7a35b3ad44e5b02655b8e6dd6db2bbab86c35e09.zip chromium_src-7a35b3ad44e5b02655b8e6dd6db2bbab86c35e09.tar.gz chromium_src-7a35b3ad44e5b02655b8e6dd6db2bbab86c35e09.tar.bz2 |
Gallery: Fix image position in RTL.
BUG=495562
TEST=Manually tested.
Review URL: https://codereview.chromium.org/1156723003
Cr-Commit-Position: refs/heads/master@{#332806}
Diffstat (limited to 'ui')
-rw-r--r-- | ui/file_manager/gallery/css/gallery.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/file_manager/gallery/css/gallery.css b/ui/file_manager/gallery/css/gallery.css index 6b0c6f9..4bf1cf7 100644 --- a/ui/file_manager/gallery/css/gallery.css +++ b/ui/file_manager/gallery/css/gallery.css @@ -101,6 +101,7 @@ input[type='checkbox']:checked { } .gallery .image-container > .image { + left: 0; pointer-events: none; position: absolute; /* Duration and timing function are set in Javascript. */ |