Last active
          August 29, 2015 14:15 
        
      - 
      
- 
        Save carlosg2/8621d6b8aed9579231b5 to your computer and use it in GitHub Desktop. 
Revisions
- 
        carlosg2 revised this gist Feb 20, 2015 . 1 changed file with 8 additions and 38 deletions.There are no files selected for viewingThis 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 charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,5 @@ <link rel="import" href="../topeka-elements/topeka-resources.html"> <link rel="import" href="../topeka-elements/topeka-leaderboard.html"> <polymer-element name="my-element"> @@ -13,43 +11,15 @@ height: 100%; box-sizing: border-box; } #topeka_leaderboard { width: 100%; height: 100%; left: 0px; top: 0px; position: absolute; } </style> <topeka-leaderboard selected="1" limit="40" columns="3" id="topeka_leaderboard" vertical layout></topeka-leaderboard> </template> <script> 
- 
        carlosg2 revised this gist Feb 19, 2015 . 1 changed file with 3 additions and 3 deletions.There are no files selected for viewingThis 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 charactersOriginal file line number Diff line number Diff line change @@ -28,10 +28,10 @@ #section { width: 420px; height: 630px; border: 1px solid rgb(204, 204, 204); left: 940px; top: 100px; position: relative; } #paper_tabs { color: rgb(255, 255, 255); @@ -42,7 +42,7 @@ <paper-button id="paper_button"> <paper-ripple initialopacity="0.9" opacitydecayvelocity="1" id="paper_ripple"></paper-ripple> </paper-button> <section id="section" vertical layout> <paper-tabs selected="1" selectedindex="1" id="paper_tabs" horizontal center layout> <paper-tab id="paper_tab" inline flex center-center horizontal layout>ITEM ONE</paper-tab> <paper-tab id="paper_tab1" inline flex center-center horizontal layout active>ITEM TWO</paper-tab> 
- 
        carlosg2 revised this gist Feb 19, 2015 . 1 changed file with 3 additions and 3 deletions.There are no files selected for viewingThis 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 charactersOriginal file line number Diff line number Diff line change @@ -43,9 +43,9 @@ <paper-ripple initialopacity="0.9" opacitydecayvelocity="1" id="paper_ripple"></paper-ripple> </paper-button> <section id="section" layout vertical> <paper-tabs selected="1" selectedindex="1" id="paper_tabs" horizontal center layout> <paper-tab id="paper_tab" inline flex center-center horizontal layout>ITEM ONE</paper-tab> <paper-tab id="paper_tab1" inline flex center-center horizontal layout active>ITEM TWO</paper-tab> </paper-tabs> <section id="section1" flex relative> </section> 
- 
        carlosg2 revised this gist Feb 19, 2015 . 1 changed file with 23 additions and 0 deletions.There are no files selected for viewingThis 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 charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,7 @@ <link rel="import" href="../paper-button/paper-button.html"> <link rel="import" href="../paper-ripple/paper-ripple.html"> <link rel="import" href="../paper-tabs/paper-tabs.html"> <link rel="import" href="../paper-tabs/paper-tab.html"> <polymer-element name="my-element"> @@ -23,10 +25,31 @@ top: -10px; position: absolute; } #section { width: 420px; height: 630px; border: 5px solid rgb(204, 204, 204); left: 940px; top: 100px; position: absolute; } #paper_tabs { color: rgb(255, 255, 255); box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 2px; background-color: rgb(0, 188, 212); } </style> <paper-button id="paper_button"> <paper-ripple initialopacity="0.9" opacitydecayvelocity="1" id="paper_ripple"></paper-ripple> </paper-button> <section id="section" layout vertical> <paper-tabs noink nobar selected="0" selectedindex="0" id="paper_tabs" horizontal center layout> <paper-tab id="paper_tab" inline flex center-center horizontal layout active>ITEM ONE</paper-tab> <paper-tab id="paper_tab1" inline flex center-center horizontal layout>ITEM TWO</paper-tab> </paper-tabs> <section id="section1" flex relative> </section> </section> </template> <script> 
- 
        carlosg2 revised this gist Feb 19, 2015 . No changes.There are no files selected for viewing
- 
        carlosg2 revised this gist Feb 19, 2015 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewingThis 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 charactersOriginal file line number Diff line number Diff line change @@ -25,7 +25,7 @@ } </style> <paper-button id="paper_button"> <paper-ripple initialopacity="0.9" opacitydecayvelocity="1" id="paper_ripple"></paper-ripple> </paper-button> </template> 
- 
        carlosg2 revised this gist Feb 19, 2015 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewingThis 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 charactersOriginal file line number Diff line number Diff line change @@ -25,7 +25,7 @@ } </style> <paper-button id="paper_button"> <paper-ripple initialopacity="0.9" id="paper_ripple"></paper-ripple> </paper-button> </template> 
- 
        carlosg2 created this gist Feb 19, 2015 .There are no files selected for viewingThis 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,40 @@ <link rel="import" href="../paper-button/paper-button.html"> <link rel="import" href="../paper-ripple/paper-ripple.html"> <polymer-element name="my-element"> <template> <style> :host { position: absolute; width: 100%; height: 100%; box-sizing: border-box; } #paper_button { left: 490px; top: 260px; position: absolute; } #paper_ripple { width: 300px; height: 300px; left: -3.46875px; top: -10px; position: absolute; } </style> <paper-button id="paper_button"> <paper-ripple id="paper_ripple"></paper-ripple> </paper-button> </template> <script> Polymer({ }); </script> </polymer-element>