Skip to content

Instantly share code, notes, and snippets.

@tszarzynski
Created August 21, 2014 14:32
Show Gist options
  • Save tszarzynski/5bb8486f4827d2c1ba20 to your computer and use it in GitHub Desktop.
Save tszarzynski/5bb8486f4827d2c1ba20 to your computer and use it in GitHub Desktop.
designer
<link rel="import" href="../topeka-elements/theme.html">
<link rel="import" href="../topeka-elements/topeka-resources.html">
<link rel="import" href="../topeka-elements/topeka-category.html">
<polymer-element name="my-element">
<template>
<style>
:host {
position: absolute;
width: 100%;
height: 100%;
box-sizing: border-box;
}
#topeka_datasource {
left: 1150px;
top: 470px;
}
#ace_element {
width: 400px;
height: 300px;
left: 1190px;
top: 430px;
}
#cool_clock {
width: 400px;
height: 300px;
left: 1140px;
top: 480px;
}
#google_map_search {
left: 500px;
top: 500px;
position: absolute;
}
#google_map_search1 {
left: 500px;
top: 500px;
position: absolute;
}
#google_map_search2 {
left: 590px;
top: 570px;
position: absolute;
}
#google_map_search3 {
left: 370px;
top: 130px;
position: absolute;
}
#div {
left: 810px;
top: 540px;
position: absolute;
}
#topeka_category {
width: 300px;
height: 300px;
left: 440px;
top: 250px;
position: absolute;
}
</style>
<div id="div" layout horizontal>
</div>
<topeka-category id="topeka_category" vertical layout></topeka-category>
</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