Skip to content

Instantly share code, notes, and snippets.

@aw1n
Created June 29, 2014 21:27
Show Gist options
  • Save aw1n/67c7adfd77ca0196dbed to your computer and use it in GitHub Desktop.
Save aw1n/67c7adfd77ca0196dbed to your computer and use it in GitHub Desktop.
designer
<link href="../core-scaffold/core-scaffold.html" rel="import">
<link href="../core-header-panel/core-header-panel.html" rel="import">
<link href="../core-menu/core-menu.html" rel="import">
<link href="../core-item/core-item.html" rel="import">
<polymer-element name="my-element">
<template>
<style>
#core_scaffold {
position: absolute;
top: 0px;
right: 0px;
bottom: 0px;
left: -20px;
width: 100%;
height: 100%;
}
#core_selector {
width: 100%;
height: 50px;
left: 1620px;
top: 700px;
}
#core_tooltip {
left: 1630px;
top: 810px;
}
#core_drawer_panel {
position: absolute;
top: 610px;
right: 0px;
bottom: 0px;
left: 1800px;
}
#core_field {
left: 1630px;
top: 520px;
}
#paper_toast {
left: 1680px;
top: 800px;
}
#ace_element {
width: 400px;
height: 300px;
left: 1810px;
top: 630px;
}
#notification_alert {
left: 1680px;
top: 690px;
}
#smoothie_chart {
left: 1810px;
top: 750px;
}
#core_scroll_header_panel {
width: 380px;
height: 460px;
left: 1770px;
top: 670px;
}
#paper_input {
left: 1680px;
top: 690px;
}
</style>
<core-scaffold id="core_scaffold">
<div id="div" tool>{{ $.core_submenu.label }}</div>
</core-scaffold>
</template>
<script>
Polymer('my-element', {
});
</script>
</polymer-element>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment