| 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 adf840750d9da3dcc5cd2d397635d223b87f04a8..ef614145d14d85ce8811beb9c0dbd3ec403c8db0 100644
|
| --- a/ui/login/account_picker/user_pod_row.css
|
| +++ b/ui/login/account_picker/user_pod_row.css
|
| @@ -36,12 +36,19 @@ pin-keyboard {
|
| position: absolute;
|
| top: 0;
|
| transform: scale3d(0.9, 0.9, 0.9);
|
| + width: 180px;
|
| + z-index: 0;
|
| +}
|
| +
|
| +#account_picker.flying-pods .pod {
|
| + transition: all 180ms;
|
| +}
|
| +
|
| +.pod.flying-pin-pod {
|
| transition: height 180ms ease-in-out,
|
| padding 180ms ease-in-out,
|
| top 180ms ease-in-out,
|
| width 180ms ease-in-out;
|
| - width: 180px;
|
| - z-index: 0;
|
| }
|
|
|
| .pod.pin-enabled {
|
|
|