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

Unified Diff: ui/file_manager/file_manager/foreground/elements/files_quick_view.css

Issue 2227033002: Fix quick view's toolbar and metadata area to consider RTL (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix quick view's toolbar and metadata area to consider RTL 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/file_manager/foreground/elements/files_quick_view.css
diff --git a/ui/file_manager/file_manager/foreground/elements/files_quick_view.css b/ui/file_manager/file_manager/foreground/elements/files_quick_view.css
index 04ab61bdcdc1b94044655e04cffd570b3b94b236..9ea66eb32bc95261c7c4b1e857ca343a7d46f15f 100644
--- a/ui/file_manager/file_manager/foreground/elements/files_quick_view.css
+++ b/ui/file_manager/file_manager/foreground/elements/files_quick_view.css
@@ -66,6 +66,11 @@ video::-webkit-media-controls-volume-slider {
margin-right: 320px;
}
+:host-context(html[dir='rtl']) #contentPanel[metadata-box-active] {
+ margin-right: auto;
+ margin-left: 320px;
+}
+
#metadata-button {
background: -webkit-image-set(
url(../images/files/ui/quick_view/info_outline.png) 1x,
@@ -123,6 +128,11 @@ video::-webkit-media-controls-volume-slider {
right: 0px;
}
+:host-context(html[dir='rtl']) #buttons {
+ right: auto;
+ left: 0px
+}
+
paper-button,
files-icon-button {
border-radius: 2px;
@@ -148,6 +158,11 @@ iron-icon {
right: 0;
}
+:host-context(html[dir='rtl']) #metadata-box {
+ right: auto;
+ left: 0;
+}
+
::-webkit-scrollbar {
width: 10px;
}
« 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