From 7a35b3ad44e5b02655b8e6dd6db2bbab86c35e09 Mon Sep 17 00:00:00 2001 From: yawano Date: Thu, 4 Jun 2015 02:29:07 -0700 Subject: 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} --- ui/file_manager/gallery/css/gallery.css | 1 + 1 file changed, 1 insertion(+) (limited to 'ui') 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. */ -- cgit v1.1