| 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;
|
|
|