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

Unified Diff: ui/file_manager/file_manager/foreground/css/common.css

Issue 1041463002: Align file_manager cr-dialog-close button to left in rtl locale (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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/css/common.css
diff --git a/ui/file_manager/file_manager/foreground/css/common.css b/ui/file_manager/file_manager/foreground/css/common.css
index da442fec23773a9ef44cbfab959e882f634271a0..06a1597d17d81933d1ed805b9981266a3aa6d648 100644
--- a/ui/file_manager/file_manager/foreground/css/common.css
+++ b/ui/file_manager/file_manager/foreground/css/common.css
@@ -489,6 +489,11 @@ html[dir='rtl'] .entry-name {
width: 44px;
}
+html[dir='rtl'] .cr-dialog-close {
+ left: 0;
+ right: auto;
+}
+
.cr-dialog-close:hover {
background-image: url(chrome://theme/IDR_CLOSE_DIALOG_H);
}
« 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