| Index: ui/login/account_picker/user_pod_template.html
|
| diff --git a/ui/login/account_picker/user_pod_template.html b/ui/login/account_picker/user_pod_template.html
|
| index 8bcbce1e3e8a67b39438205e2a630befe6c8a911..ede123a7291480f838334c26a1e9c5360fa1e43c 100644
|
| --- a/ui/login/account_picker/user_pod_template.html
|
| +++ b/ui/login/account_picker/user_pod_template.html
|
| @@ -1,3 +1,11 @@
|
| +<dom-module id="user-pod-template-shared-styles">
|
| + <template>
|
| + <link rel="stylesheet" href="user_pod_template.css">
|
| + </template>
|
| +</dom-module>
|
| +
|
| +<style is="custom-style" include="user-pod-template-shared-styles"></style>
|
| +
|
| <div id="user-pod-template" class="pod disabled" hidden>
|
| <div class="user-image-pane pin-tag">
|
| <div class="user-image-container">
|
|
|