Advertisement
Guest User

Untitled

a guest
Dec 19th, 2014
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.88 KB | None | 0 0
  1. <link rel="import" href="../test-container/container.html">
  2. <link rel="import" href="../test-container/rows/row.html">
  3. <link rel="import" href="../test-container/borrower/header.html">
  4. <link rel="import" href="../test-container/forms/form.html">
  5. <link rel="import" href="../test-container/borrower/footer.html">
  6.  
  7. <polymer-element name="my-element">
  8.  
  9. <template>
  10. <style>
  11. :host {
  12. position: absolute;
  13. width: 100%;
  14. height: 100%;
  15. box-sizing: border-box;
  16. }
  17. hackattack {
  18. left: 860px;
  19. top: 320px;
  20. position: absolute;
  21. }
  22. hackattack {
  23. left: -20px;
  24. top: 56px;
  25. position: absolute;
  26. }
  27. hackattack {
  28. left: -20px;
  29. top: 112px;
  30. position: absolute;
  31. }
  32. hackattack {
  33. left: 1px;
  34. top: 1px;
  35. position: absolute;
  36. }
  37. hackattack {
  38. left: 1px;
  39. top: 1px;
  40. position: absolute;
  41. }
  42. hackattack {
  43. left: 0px;
  44. top: 0px;
  45. position: absolute;
  46. }
  47. hackattack {
  48. left: 929px;
  49. top: 6px;
  50. position: absolute;
  51. }
  52. hackattack {
  53. left: 1px;
  54. top: 301px;
  55. position: absolute;
  56. width: 75px;
  57. }
  58. hackattack {
  59. left: 10px;
  60. top: -474.5px;
  61. position: absolute;
  62. }
  63. </style>
  64. <test-container id="test_container" class="container-gutter-sm">
  65. <test-row id="test_row" class="row">
  66. <borrower-header id="borrower_header"></borrower-header>
  67. </test-row>
  68. <test-row id="test_row1" class="row">
  69. <test-form id="test_form"></test-form>
  70. </test-row>
  71. <test-row id="test_row2" class="row">
  72. <borrower-footer id="borrower_footer"></borrower-footer>
  73. </test-row>
  74. </test-container>
  75. </template>
  76.  
  77. <script>
  78.  
  79. Polymer({
  80.  
  81. });
  82.  
  83. </script>
  84.  
  85. </polymer-element>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement