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

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

Issue 1191273002: ChromeOS: Show the new POD RE-AUTH ICON when users needs to re-auth (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update after review. Created 5 years, 5 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 1685f13e55d76a406044d2d7dff1a45d7781d239..13d9c948c1237509a2e5d90ff60f56413b0dca98 100644
--- a/ui/login/account_picker/user_pod_row.css
+++ b/ui/login/account_picker/user_pod_row.css
@@ -167,7 +167,7 @@ html[dir=rtl] .main-pane {
.learn-more-container,
.auth-container,
.password-entry-container,
-.signin-button-container {
+.reauth-hint-container {
display: none;
}
@@ -352,14 +352,12 @@ html[dir=rtl] .main-pane {
width: 40px;
}
-.pod[auth-type='onlineSignIn'] .signin-button-container,
.launch-app-button-container {
display: block;
flex: auto;
text-align: center;
}
-.signin-button,
.launch-app-button {
display: inline;
margin-top: 6px !important;
@@ -368,6 +366,30 @@ html[dir=rtl] .main-pane {
text-overflow: ellipsis;
}
+.pod[auth-type='onlineSignIn'] .reauth-hint-container {
+ display: flex;
+ margin-top: 8px;
+ width: 100%;
+ justify-content: center;
+}
+
+.reauth-hint-container .reauth-warning {
+ color: #f4b400;
+ display: inline-flex;
+}
+
+.reauth-hint-container .reauth-name-hint {
+ align-self: center;
+ color: #565656;
+ font-size: 16px;
+ outline: none;
+ overflow: hidden;
+ padding: 0 6px;
+ text-align: center;
+ text-overflow: ellipsis;
+ white-space: nowrap;
+}
+
.action-box-area,
.user-type-icon-area {
background-color: white;
« no previous file with comments | « chrome/browser/ui/webui/signin/user_manager_screen_handler.cc ('k') | ui/login/account_picker/user_pod_row.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698