| Index: polymer_0.5.0/bower_components/paper-checkbox/demo.html
|
| diff --git a/bower_components/paper-checkbox/demo.html b/polymer_0.5.0/bower_components/paper-checkbox/demo.html
|
| similarity index 74%
|
| rename from bower_components/paper-checkbox/demo.html
|
| rename to polymer_0.5.0/bower_components/paper-checkbox/demo.html
|
| index 18a5b821020b34b98878330ef483533c8d307426..4d62226cf703ed210aa6a755497376ea04c655f1 100644
|
| --- a/bower_components/paper-checkbox/demo.html
|
| +++ b/polymer_0.5.0/bower_components/paper-checkbox/demo.html
|
| @@ -16,10 +16,11 @@
|
| <meta name="mobile-web-app-capable" content="yes">
|
| <meta name="apple-mobile-web-app-capable" content="yes">
|
|
|
| - <script src="../platform/platform.js"></script>
|
| + <script src="../webcomponentsjs/webcomponents.js"></script>
|
|
|
| <link rel="import" href="paper-checkbox.html">
|
| <link rel="import" href="../font-roboto/roboto.html">
|
| + <link rel="import" href="../core-label/core-label.html">
|
|
|
| <style shim-shadowdom>
|
|
|
| @@ -56,33 +57,33 @@
|
| </head>
|
| <body unresolved>
|
|
|
| - <div horizontal layout>
|
| - <paper-checkbox></paper-checkbox>
|
| + <core-label horizontal layout>
|
| + <paper-checkbox for></paper-checkbox>
|
| <div vertical layout>
|
| <h4>Notifications</h4>
|
| <div>Notify me about updates to apps or games that I've downloaded</div>
|
| </div>
|
| - </div>
|
| + </core-label>
|
|
|
| <br>
|
|
|
| - <div horizontal layout>
|
| - <paper-checkbox checked></paper-checkbox>
|
| + <core-label horizontal layout>
|
| + <paper-checkbox checked for></paper-checkbox>
|
| <div vertical layout>
|
| <h4>Auto-updates</h4>
|
| <div>Auto-update apps over wifi only</div>
|
| </div>
|
| - </div>
|
| + </core-label>
|
|
|
| <br>
|
|
|
| - <div horizontal layout>
|
| - <paper-checkbox></paper-checkbox>
|
| + <core-label horizontal layout>
|
| + <paper-checkbox for></paper-checkbox>
|
| <div vertical layout>
|
| <h4>Clear search history</h4>
|
| <div>Remove all the searches you have ever performed</div>
|
| </div>
|
| - </div>
|
| + </core-label>
|
|
|
| <br>
|
| <br>
|
| @@ -92,20 +93,20 @@
|
|
|
| <h3>Sound</h3>
|
|
|
| - <div center horizontal layout>
|
| + <core-label center horizontal layout>
|
| <div flex>Touch sounds</div>
|
| - <paper-checkbox class="blue" checked></paper-checkbox>
|
| - </div>
|
| + <paper-checkbox class="blue" checked for></paper-checkbox>
|
| + </core-label>
|
|
|
| - <div center horizontal layout>
|
| + <core-label center horizontal layout>
|
| <div flex>Screen lock sound</div>
|
| - <paper-checkbox class="blue"></paper-checkbox>
|
| - </div>
|
| + <paper-checkbox class="blue" for></paper-checkbox>
|
| + </core-label>
|
|
|
| - <div center horizontal layout>
|
| + <core-label center horizontal layout>
|
| <div flex>Vibrate on touch</div>
|
| - <paper-checkbox class="blue"></paper-checkbox>
|
| - </div>
|
| + <paper-checkbox class="blue" for></paper-checkbox>
|
| + </core-label>
|
|
|
| </section>
|
|
|
|
|