| 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 4247b4f04303906ef920f2a251467147a5c33d0d..fb4722a5101324b773997d51d9d84becf73b9ab6 100644
|
| --- a/ui/login/account_picker/user_pod_row.css
|
| +++ b/ui/login/account_picker/user_pod_row.css
|
| @@ -161,7 +161,15 @@ html[dir=rtl] .main-pane {
|
| display: flex;
|
| position: absolute;
|
| top: 160px;
|
| +/* On chromeos we extend the width to cover the padding on the user pods. This
|
| + is so the submit button on chromeos can extend onto the padding as shown on
|
| + mocks. */
|
| +<if expr="not chromeos">
|
| + width: 160px;
|
| +</if>
|
| +<if expr="chromeos">
|
| width: 170px;
|
| +</if>
|
| }
|
|
|
| .auth-container .submit-button[disabled] {
|
| @@ -246,6 +254,7 @@ html[dir=rtl] .main-pane {
|
| display: none;
|
| }
|
|
|
| +<if expr="chromeos">
|
| .capslock-on .capslock-hint-container {
|
| display: block;
|
| flex: none;
|
| @@ -253,6 +262,7 @@ html[dir=rtl] .main-pane {
|
| position: relative;
|
| width: 20px;
|
| }
|
| +</if>
|
|
|
| .capslock-hint {
|
| -webkit-margin-end: 6px;
|
|
|