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 1685f13e55d76a406044d2d7dff1a45d7781d239..abf0de42b852789047fc57d5a16cc727440c60ff 100644 |
--- a/ui/login/account_picker/user_pod_row.css |
+++ b/ui/login/account_picker/user_pod_row.css |
@@ -150,15 +150,23 @@ html[dir=rtl] .main-pane { |
display: flex; |
} |
-.name { |
+.name-box { |
dzhioev (left Google)
2015/06/22 23:51:24
You need to rename this class in chrome/browser/re
Alexander Alekseev
2015/06/30 20:43:39
Done.
|
color: #565656; |
/* This should be 15.6px - the equivalent of 14px at 90% scale. */ |
flex: auto; |
font-size: 16px; |
margin-top: 12px; |
outline: none; |
- overflow: hidden; |
padding: 0 6px; |
+} |
+ |
+.name-box .reauth-warning { |
+ color: #ffc107; |
+ display: none; |
+} |
+ |
+.name { |
+ overflow: hidden; |
text-align: center; |
text-overflow: ellipsis; |
white-space: nowrap; |