Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(17)

Unified Diff: ui/file_manager/gallery/css/gallery.css

Issue 2214373002: fix position of bubble in gallery to consider RTL (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix position of bubble in gallary Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/file_manager/gallery/css/gallery.css
diff --git a/ui/file_manager/gallery/css/gallery.css b/ui/file_manager/gallery/css/gallery.css
index 7359948709247535a44cc562444f4d41c720c754..f26d53b8b2d3bae69acae42b78f6496b492b5c07 100644
--- a/ui/file_manager/gallery/css/gallery.css
+++ b/ui/file_manager/gallery/css/gallery.css
@@ -40,6 +40,12 @@ button:focus {
width: 17px;
}
+html[dir='rtl'] .bubble .pointer {
+ margin: 0 -5px 0 0;
+ left: auto;
+ right: 24px;
+}
+
.bubble .pointer:not(.bottom) {
top: -11px;
}
@@ -61,6 +67,11 @@ button:focus {
width: 21px;
}
+html[dir='rtl'] .bubble .close-x {
+ right: auto;
+ left: 3px;
+}
+
.bubble .close-x:hover {
opacity: 0.7;
}
@@ -360,6 +371,11 @@ files-toggle-ripple::shadow .ripple.activated {
width: 220px;
}
+html[dir='rtl'] .gallery .toolbar .bubble {
+ left: auto;
+ right: 20px;
+}
+
.gallery:not([editing]) .toolbar .bubble {
display: none;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698