| 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 d304c314ddcedcae947303b44700d207d72076ba..721d2fc86aa496644041a053ac0edd7edb4f504a 100644
|
| --- a/ui/login/account_picker/user_pod_row.css
|
| +++ b/ui/login/account_picker/user_pod_row.css
|
| @@ -326,10 +326,21 @@ html[dir=rtl] .user-type-icon-area {
|
| font-size: 13px;
|
| position: absolute;
|
| right: 5px;
|
| - top: 18px;
|
| width: 220px;
|
| }
|
|
|
| +.action-box-area.active ~ .action-box-menu:not(.menu-moved-up) {
|
| + top: 18px;
|
| +}
|
| +
|
| +.action-box-area.active ~ .action-box-menu.menu-moved-up {
|
| + bottom: 210px;
|
| +}
|
| +
|
| +.action-box-area.menu-moved-up {
|
| + -webkit-transform: rotate(180deg);
|
| +}
|
| +
|
| html[dir=rtl] .action-box-area.active ~ .action-box-menu {
|
| left: 5px;
|
| right: auto;
|
| @@ -380,6 +391,10 @@ html[dir=rtl] .action-box-area.active ~ .action-box-menu {
|
| width: 100%;
|
| }
|
|
|
| +.action-box-remove-supervised-user-warning-text {
|
| + margin-bottom: 10px;
|
| +}
|
| +
|
| .user-type-bubble {
|
| background-color: white;
|
| border: 1px solid lightgray;
|
|
|