Chromium Code Reviews| 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 dc8e1a003b5e9cca5ec857ce19f5d831a3c10262..0e822952fad948d2a189116931e351c0981c630c 100644 |
| --- a/ui/login/account_picker/user_pod_row.css |
| +++ b/ui/login/account_picker/user_pod_row.css |
| @@ -5,6 +5,15 @@ |
| * This is the stylesheet used by user pods row of account picker UI. |
| */ |
| +#pin-container { |
|
jdufault
2016/06/22 18:03:44
Is this css needed? Can some of it be removed if y
sammiequon
2016/06/22 23:05:40
Done.
|
| + left: 100px; |
| + height: 334px; |
| + margin: 10px; |
| + position: absolute; |
| + top: 100px; |
| + width:256px; |
| +} |
| + |
| podrow { |
| /* Temporarily disabled because animation interferes with updating screen's |
| size. */ |