Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
update meta-data
Browse files Browse the repository at this point in the history
  • Loading branch information
sorvell committed Jun 6, 2014
1 parent 9773550 commit e22bd84
Showing 1 changed file with 3 additions and 17 deletions.
20 changes: 3 additions & 17 deletions metadata.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,33 +2,19 @@

<template>

<core-panel style="width: 200px; height: 300px;"></core-panel>
<section style="width: 200px; height: 300px;"></section>

</template>

</x-meta>

<polymer-element name="core-panel">

<script>

Polymer('core-panel', {
ready: function() {
this.style.display = 'block';
}
});

</script>

</polymer-element>

<x-meta id="core-drawer-panel" label="Polymer Core Drawer Panel" isContainer group="Polymer Core">

<template>

<core-drawer-panel style="position: absolute; top: 0; right: 0; bottom: 0; left: 0;">
<core-panel 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;"></core-panel>
<core-panel main style="height: 100%; box-sizing: border-box; background-color: #ddd"></core-panel>
<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>
<section main style="height: 100%; box-sizing: border-box; background-color: #ddd"></section>
</core-drawer-panel>

</template>
Expand Down

0 comments on commit e22bd84

Please sign in to comment.