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

Unified Diff: ui/login/account_picker/user_pod_row.css

Issue 2108813002: Added strings of i18n and made the pin-keyboard work for rtl lang. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Fixed patch set 1 errors. Created 4 years, 6 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
Index: ui/login/account_picker/user_pod_row.css
diff --git a/ui/login/account_picker/user_pod_row.css b/ui/login/account_picker/user_pod_row.css
index adf840750d9da3dcc5cd2d397635d223b87f04a8..973b2ceba66d122c6a0061c0c47d3657fdbe9ac2 100644
--- a/ui/login/account_picker/user_pod_row.css
+++ b/ui/login/account_picker/user_pod_row.css
@@ -66,6 +66,10 @@ podrow[ncolumns='6'] .pod {
transform: scale3d(0.8, 0.8, 0.8);
}
+html[dir=rtl] .pin-keyboard-input-non-pin {
+ direction: rtl;
+}
+
.pod.focused {
/* Focused pod has the same size no matter how many pods. */
cursor: default;

Powered by Google App Engine
This is Rietveld 408576698