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

Unified Diff: polymer_1.2.3/bower_components/paper-progress/demo/index.html

Issue 1581713003: [third_party] add polymer 1.2.3 (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: 1.2.3 Created 4 years, 11 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 side-by-side diff with in-line comments
Download patch
Index: polymer_1.2.3/bower_components/paper-progress/demo/index.html
diff --git a/polymer_1.0.4/bower_components/paper-progress/demo/index.html b/polymer_1.2.3/bower_components/paper-progress/demo/index.html
similarity index 90%
copy from polymer_1.0.4/bower_components/paper-progress/demo/index.html
copy to polymer_1.2.3/bower_components/paper-progress/demo/index.html
index 97f8c1b40c3ab37d99a933bca2c67bb5ca7fd169..6e70fb160ed6e029b90a4c61569cbe141f6fe861 100644
--- a/polymer_1.0.4/bower_components/paper-progress/demo/index.html
+++ b/polymer_1.2.3/bower_components/paper-progress/demo/index.html
@@ -1,11 +1,11 @@
<!--
@license
Copyright (c) 2015 The Polymer Project Authors. All rights reserved.
-This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE
-The complete set of authors may be found at http://polymer.github.io/AUTHORS
-The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS
+This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
+The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
+The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
Code distributed by Google as part of the polymer project is also
-subject to an additional IP rights grant found at http://polymer.github.io/PATENTS
+subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
-->
<!doctype html>
<html>
@@ -17,7 +17,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
<meta name="apple-mobile-web-app-capable" content="yes">
<script src="../../webcomponentsjs/webcomponents-lite.js"></script>
- <link rel="import" href="../../paper-styles/paper-styles.html">
+ <link rel="import" href="../../paper-styles/color.html">
<link rel="import" href="../../paper-styles/demo-pages.html">
<link rel="import" href="../paper-progress.html">
<link rel="import" href="../../paper-button/paper-button.html">
@@ -30,8 +30,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
paper-progress {
display: block;
width: 100%;
- padding-top: 20px;
- padding-bottom: 20px;
+ margin: 20px 0;
}
paper-progress.blue {
@@ -56,8 +55,8 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
</style>
</head>
-<body>
- <div class="vertical layout">
+<body unresolved>
+ <div class="vertical-section-container">
<h4>Progress bar</h4>
<div class="vertical-section">
<paper-progress></paper-progress>
@@ -67,7 +66,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
<h4>Indeterminate</h4>
<div class="vertical-section">
<paper-progress indeterminate></paper-progress><br>
- <paper-progress class="blue" indeterminate alue="800" min="100" max="1000"></paper-progress><br>
+ <paper-progress class="blue" indeterminate value="800" min="100" max="1000"></paper-progress><br>
</div>
<h4>Color</h4>
« no previous file with comments | « polymer_1.2.3/bower_components/paper-progress/bower.json ('k') | polymer_1.2.3/bower_components/paper-progress/hero.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698