Created
August 26, 2014 08:22
-
-
Save holiday/2e846e8738652ea2b8be to your computer and use it in GitHub Desktop.
designer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<link rel="import" href="../topeka-elements/theme.html"> | |
<link rel="import" href="../topeka-elements/topeka-resources.html"> | |
<link rel="import" href="../topeka-elements/topeka-app.html"> | |
<polymer-element name="my-element"> | |
<template> | |
<style> | |
:host { | |
position: absolute; | |
width: 100%; | |
height: 100%; | |
box-sizing: border-box; | |
} | |
#core_field { | |
left: 1380px; | |
top: 610px; | |
} | |
#topeka_app { | |
width: 300px; | |
height: 300px; | |
min-height: 450px; | |
left: 0px; | |
top: 0px; | |
position: absolute; | |
} | |
#core_pages { | |
width: 400px; | |
height: 400px; | |
border: 1px solid silver; | |
left: 1320px; | |
top: 760px; | |
} | |
#core_toolbar1 { | |
right: 0px; | |
left: 1480px; | |
color: rgb(255, 255, 255); | |
fill: rgb(255, 255, 255); | |
top: 720px; | |
background-color: rgb(79, 125, 201); | |
} | |
#core_selector { | |
width: 100%; | |
height: 50px; | |
left: 1330px; | |
top: 780px; | |
} | |
#core_header_panel1 { | |
width: 300px; | |
height: 400px; | |
left: 1380px; | |
top: 650px; | |
} | |
#core_item4 { | |
left: 1450px; | |
top: 830px; | |
} | |
#core_scroll_header_panel { | |
width: 380px; | |
height: 460px; | |
left: 1420px; | |
top: 700px; | |
} | |
#core_tooltip1 { | |
left: 1450px; | |
top: 770px; | |
} | |
#topeka_datasource { | |
left: 1330px; | |
top: 590px; | |
} | |
#div { | |
height: 100%; | |
width: 100%; | |
overflow: hidden; | |
left: 1360px; | |
top: 660px; | |
} | |
#topeka_leaderboard { | |
width: 300px; | |
height: 300px; | |
left: 1470px; | |
top: 760px; | |
} | |
#topeka_quiz_view { | |
width: 300px; | |
height: 300px; | |
left: 1460px; | |
top: 690px; | |
} | |
#topeka_quizzes { | |
width: 300px; | |
height: 300px; | |
left: 1460px; | |
top: 820px; | |
} | |
#chart_js { | |
width: 300px; | |
height: 200px; | |
left: 1350px; | |
top: 580px; | |
} | |
#code_mirror { | |
width: 400px; | |
height: 300px; | |
left: 1470px; | |
top: 610px; | |
} | |
#cool_clock { | |
width: 400px; | |
height: 300px; | |
left: 1480px; | |
top: 620px; | |
} | |
#google_map { | |
width: 400px; | |
height: 400px; | |
display: block; | |
left: 1380px; | |
top: 690px; | |
} | |
#paper_fab { | |
left: 1300px; | |
top: 700px; | |
} | |
</style> | |
<topeka-app id="topeka_app" categories="[]" vertical layout></topeka-app> | |
</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