Skip to content

Instantly share code, notes, and snippets.

@ladislavsulc
Created August 13, 2014 22:09
Show Gist options
  • Save ladislavsulc/fc44c52a4eae5c673dc2 to your computer and use it in GitHub Desktop.
Save ladislavsulc/fc44c52a4eae5c673dc2 to your computer and use it in GitHub Desktop.
designer
<link rel="import" href="../google-map/google-map-search.html">
<link rel="import" href="../yt-video/yt-search-video.html">
<polymer-element name="my-element">
<template>
<style>
:host {
position: absolute;
width: 100%;
height: 100%;
box-sizing: border-box;
}
#google_map_search {
left: 430px;
top: 100px;
}
#google_map_search1 {
left: 790px;
top: 310px;
position: absolute;
}
#paper_calculator {
width: 400px;
height: 560px;
left: 280px;
top: -20px;
position: absolute;
}
</style>
<google-map-search id="google_map_search1"></google-map-search>
<yt-search-video id="yt_search_video"></yt-search-video>
</template>
<script>
Polymer('my-element', {
});
</script>
</polymer-element><google-map-search id="google_map_search" class="drag-element"></google-map-search>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment