| Index: ui/webui/resources/cr_elements/cr_profile_avatar_selector/cr_profile_avatar_selector_grid.html
|
| diff --git a/ui/webui/resources/cr_elements/cr_profile_avatar_selector/cr_profile_avatar_selector_grid.html b/ui/webui/resources/cr_elements/cr_profile_avatar_selector/cr_profile_avatar_selector_grid.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..ecbbcd768ccde2cea885bac334fb6d8c6cadeb37
|
| --- /dev/null
|
| +++ b/ui/webui/resources/cr_elements/cr_profile_avatar_selector/cr_profile_avatar_selector_grid.html
|
| @@ -0,0 +1,17 @@
|
| +<link rel="import" href="chrome://resources/html/assert.html">
|
| +<link rel="import" href="chrome://resources/html/polymer.html">
|
| +<link rel="import" href="chrome://resources/polymer/v1_0/iron-menu-behavior/iron-menubar-behavior.html">
|
| +
|
| +<dom-module id="cr-profile-avatar-selector-grid">
|
| + <template>
|
| + <style>
|
| + :host {
|
| + display: inline-flex;
|
| + flex-wrap: wrap;
|
| + margin: calc(var(--avatar-spacing) / -2);
|
| + }
|
| + </style>
|
| + <content></content>
|
| + </template>
|
| + <script src="cr_profile_avatar_selector_grid.js"></script>
|
| +</dom-module>
|
|
|