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

Unified Diff: ui/file_manager/file_manager/foreground/css/combobutton.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 | « no previous file | ui/file_manager/file_manager/foreground/css/common.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/file_manager/file_manager/foreground/css/combobutton.css
diff --git a/ui/file_manager/file_manager/foreground/css/combobutton.css b/ui/file_manager/file_manager/foreground/css/combobutton.css
index 796adc4af1fccb7b7ddfeab408f8b2fc9c65fd9c..fffe555a5b49a31f93a9a8dc9b018d67fe52248e 100644
--- a/ui/file_manager/file_manager/foreground/css/combobutton.css
+++ b/ui/file_manager/file_manager/foreground/css/combobutton.css
@@ -8,16 +8,20 @@
}
.buttonbar .combobutton > .action {
+ -webkit-padding-start: 21px;
background-position: left center;
background-repeat: no-repeat;
background-size: 16px 16px;
- padding-left: 21px;
+}
+
+html[dir='rtl'] .buttonbar .combobutton > .action {
+ background-position: right center;
}
.buttonbar .combobutton > .trigger {
- border-left: solid 1px #dcdcdc;
- margin-left: 8px;
- margin-right: -8px;
+ -webkit-border-start: solid 1px #dcdcdc;
+ -webkit-margin-end: -8px;
+ -webkit-margin-start: 8px;
width: 22px;
}
« no previous file with comments | « no previous file | ui/file_manager/file_manager/foreground/css/common.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698