Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(210)

Side by Side Diff: polymer_0.5.4/bower_components/core-collapse/demo.html

Issue 895523005: Added Polymer 0.5.4 (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 <!-- 1 <!--
2 @license 2 @license
3 Copyright (c) 2014 The Polymer Project Authors. All rights reserved. 3 Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
4 This code may only be used under the BSD style license found at http://polym er.github.io/LICENSE.txt 4 This code may only be used under the BSD style license found at http://polym er.github.io/LICENSE.txt
5 The complete set of authors may be found at http://polymer.github.io/AUTHORS .txt 5 The complete set of authors may be found at http://polymer.github.io/AUTHORS .txt
6 The complete set of contributors may be found at http://polymer.github.io/CO NTRIBUTORS.txt 6 The complete set of contributors may be found at http://polymer.github.io/CO NTRIBUTORS.txt
7 Code distributed by Google as part of the polymer project is also 7 Code distributed by Google as part of the polymer project is also
8 subject to an additional IP rights grant found at http://polymer.github.io/P ATENTS.txt 8 subject to an additional IP rights grant found at http://polymer.github.io/P ATENTS.txt
9 --> 9 -->
10 <!doctype html> 10 <!doctype html>
(...skipping 14 matching lines...) Expand all
25 } 25 }
26 26
27 .heading { 27 .heading {
28 padding: 10px 15px; 28 padding: 10px 15px;
29 background-color: #f3f3f3; 29 background-color: #f3f3f3;
30 border: 1px solid #dedede; 30 border: 1px solid #dedede;
31 border-top-left-radius: 5px; 31 border-top-left-radius: 5px;
32 border-top-right-radius: 5px; 32 border-top-right-radius: 5px;
33 font-size: 18px; 33 font-size: 18px;
34 cursor: pointer; 34 cursor: pointer;
35 -webkit-user-select: none;
36 -moz-user-select: none;
37 -ms-user-select: none;
38 user-select: none;
39 -webkit-tap-highlight-color: rgba(0,0,0,0); 35 -webkit-tap-highlight-color: rgba(0,0,0,0);
40 } 36 }
41 37
42 .content { 38 .content {
43 padding: 15px; 39 padding: 15px;
44 border: 1px solid #dedede; 40 border: 1px solid #dedede;
45 border-top: none; 41 border-top: none;
46 border-bottom-left-radius: 5px; 42 border-bottom-left-radius: 5px;
47 border-bottom-right-radius: 5px; 43 border-bottom-right-radius: 5px;
48 } 44 }
(...skipping 21 matching lines...) Expand all
70 <core-collapse id="collapse3"> 66 <core-collapse id="collapse3">
71 <div class="content"> 67 <div class="content">
72 <div>Iisque perfecto dissentiet cum et, sit ut quot mandamus, ut vim t ibique splendide instructior. Id nam odio natum malorum, tibique copiosae expete nda mel ea. Mea melius malorum ut. Ut nec tollit vocent timeam. Facer nonumy num quam id his, munere salutatus consequuntur eum et, eum cotidieque definitionem s igniferumque id. Ei oblique graecis patrioque vis, et probatus dignissim incider int vel. Sed id paulo erroribus, autem semper accusamus in mel. Iisque perfecto dissentiet cum et, sit ut quot mandamus, ut vim tibique splendide instructior. I d nam odio natum malorum, tibique copiosae expetenda mel ea. Mea melius malorum ut. Ut nec tollit vocent timeam. Facer nonumy numquam id his, munere salutatus c onsequuntur eum et, eum cotidieque definitionem signiferumque id. Ei oblique gra ecis patrioque vis, et probatus dignissim inciderint vel. Sed id paulo erroribus , autem semper accusamus in mel.</div> 68 <div>Iisque perfecto dissentiet cum et, sit ut quot mandamus, ut vim t ibique splendide instructior. Id nam odio natum malorum, tibique copiosae expete nda mel ea. Mea melius malorum ut. Ut nec tollit vocent timeam. Facer nonumy num quam id his, munere salutatus consequuntur eum et, eum cotidieque definitionem s igniferumque id. Ei oblique graecis patrioque vis, et probatus dignissim incider int vel. Sed id paulo erroribus, autem semper accusamus in mel. Iisque perfecto dissentiet cum et, sit ut quot mandamus, ut vim tibique splendide instructior. I d nam odio natum malorum, tibique copiosae expetenda mel ea. Mea melius malorum ut. Ut nec tollit vocent timeam. Facer nonumy numquam id his, munere salutatus c onsequuntur eum et, eum cotidieque definitionem signiferumque id. Ei oblique gra ecis patrioque vis, et probatus dignissim inciderint vel. Sed id paulo erroribus , autem semper accusamus in mel.</div>
73 </div> 69 </div>
74 </core-collapse> 70 </core-collapse>
75 </div> 71 </div>
76 </core-collapse> 72 </core-collapse>
77 73
78 </body> 74 </body>
79 </html> 75 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698