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

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

Issue 278793002: Correct task items' icon position in RTL languages. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sort property names. Created 6 years, 7 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 | « ui/file_manager/file_manager/foreground/css/combobutton.css ('k') | 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 2b54e30ba2562f4b1ce7cf67ae33016cfedf1b6a..b010df2c0be5e6c7c95bdc75ace7a50240ffcfb4 100644
--- a/ui/file_manager/file_manager/foreground/css/common.css
+++ b/ui/file_manager/file_manager/foreground/css/common.css
@@ -194,6 +194,10 @@ menu.chrome-menu > :not(hr) {
padding-right: 20px;
}
+html[dir='rtl'] menu.chrome-menu > :not(hr) {
+ background-position: left 10px center;
+}
+
menu.chrome-menu > .menuitem-button {
background-position: center;
background-repeat: no-repeat;
« no previous file with comments | « ui/file_manager/file_manager/foreground/css/combobutton.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698