Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(164)

Side by Side Diff: third_party/polymer/components/core-drawer-panel/metadata.html

Issue 582873003: Polymer elements added to third_party/polymer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <x-meta id="section" label="Section" isContainer group="Core">
2
3 <template>
4
5 <section style="width: 200px; height: 300px;" layout vertical></section>
6
7 </template>
8
9 </x-meta>
10
11 <x-meta id="core-drawer-panel" label="Drawer Panel" isContainer group="Core">
12
13 <template>
14
15 <core-drawer-panel style="position: absolute; top: 0; right: 0; bottom: 0; l eft: 0;">
16 <section drawer style="background-color: #fafafa; box-shadow: rgba(0, 0, 0 , 0.098) 0px 2px 4px, rgba(0, 0, 0, 0.098) 0px 0px 3px;"></section>
17 <section main style="height: 100%; box-sizing: border-box; background-colo r: #ddd"></section>
18 </core-drawer-panel>
19
20 </template>
21
22 <template id="imports">
23
24 <link rel="import" href="core-drawer-panel.html">
25
26 </template>
27
28 </x-meta>
OLDNEW
« no previous file with comments | « third_party/polymer/components/core-drawer-panel/index.html ('k') | third_party/polymer/components/core-dropdown/.bower.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698