| OLD | NEW |
| 1 <!DOCTYPE html><html dir="$i18n{textdirection}" lang="$i18n{language}"><head><!-
- | 1 <!DOCTYPE html><html dir="$i18n{textdirection}" lang="$i18n{language}"><head><!-
- |
| 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://polymer.g
ithub.io/LICENSE.txt | 4 This code may only be used under the BSD style license found at http://polymer.g
ithub.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/CONTRI
BUTORS.txt | 6 The complete set of contributors may be found at http://polymer.github.io/CONTRI
BUTORS.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/PATEN
TS.txt | 8 subject to an additional IP rights grant found at http://polymer.github.io/PATEN
TS.txt |
| 9 --><!-- | 9 --><!-- |
| 10 @license | 10 @license |
| (...skipping 1347 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1358 --text-primary-color: var(--dark-theme-text-color); | 1358 --text-primary-color: var(--dark-theme-text-color); |
| 1359 --default-primary-color: var(--primary-color); | 1359 --default-primary-color: var(--primary-color); |
| 1360 } | 1360 } |
| 1361 | 1361 |
| 1362 </style> | 1362 </style> |
| 1363 <style> | 1363 <style> |
| 1364 /* Copyright 2015 The Chromium Authors. All rights reserved. | 1364 /* Copyright 2015 The Chromium Authors. All rights reserved. |
| 1365 * Use of this source code is governed by a BSD-style license that can be | 1365 * Use of this source code is governed by a BSD-style license that can be |
| 1366 * found in the LICENSE file. */ | 1366 * found in the LICENSE file. */ |
| 1367 | 1367 |
| 1368 <if expr="not chromeos"> | 1368 <if expr="not chromeos and not is_android"> |
| 1369 @font-face { | 1369 @font-face { |
| 1370 font-family: 'Roboto'; | 1370 font-family: 'Roboto'; |
| 1371 font-style: normal; | 1371 font-style: normal; |
| 1372 font-weight: 400; | 1372 font-weight: 400; |
| 1373 src: local('Roboto'), local('Roboto-Regular'), | 1373 src: local('Roboto'), local('Roboto-Regular'), |
| 1374 url("chrome://resources/roboto/roboto-regular.woff2") format('woff2'); | 1374 url("chrome://resources/roboto/roboto-regular.woff2") format('woff2'); |
| 1375 } | 1375 } |
| 1376 | 1376 |
| 1377 @font-face { | 1377 @font-face { |
| 1378 font-family: 'Roboto'; | 1378 font-family: 'Roboto'; |
| (...skipping 2212 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3591 height: 144px; | 3591 height: 144px; |
| 3592 margin-bottom: 32px; | 3592 margin-bottom: 32px; |
| 3593 } | 3593 } |
| 3594 | 3594 |
| 3595 </style> | 3595 </style> |
| 3596 | 3596 |
| 3597 <downloads-toolbar id="toolbar" spinner-active="{{spinnerActive_}}"> | 3597 <downloads-toolbar id="toolbar" spinner-active="{{spinnerActive_}}"> |
| 3598 </downloads-toolbar> | 3598 </downloads-toolbar> |
| 3599 <iron-list id="downloads-list" items="{{items_}}" hidden="[[!hasDownloads_]]
"> | 3599 <iron-list id="downloads-list" items="{{items_}}" hidden="[[!hasDownloads_]]
"> |
| 3600 <template> | 3600 <template> |
| 3601 <downloads-item data="[[item]]" hide-date="[[item.hideDate]]"> | 3601 <downloads-item data="[[item]]"></downloads-item> |
| 3602 </downloads-item> | |
| 3603 </template> | 3602 </template> |
| 3604 </iron-list> | 3603 </iron-list> |
| 3605 <div id="no-downloads" hidden="[[hasDownloads_]]"> | 3604 <div id="no-downloads" hidden="[[hasDownloads_]]"> |
| 3606 <div> | 3605 <div> |
| 3607 <div class="illustration"></div> | 3606 <div class="illustration"></div> |
| 3608 <span></span> | 3607 <span></span> |
| 3609 </div> | 3608 </div> |
| 3610 </div> | 3609 </div> |
| 3611 </template> | 3610 </template> |
| 3612 </dom-module> | 3611 </dom-module> |
| 3613 </div> | 3612 </div> |
| 3614 <downloads-manager></downloads-manager> | 3613 <downloads-manager></downloads-manager> |
| 3615 <if expr="is_macosx"> | 3614 <if expr="is_macosx"> |
| 3616 <command id="clear-all-command" shortcut="Alt|c Alt|ç"></command> | 3615 <command id="clear-all-command" shortcut="Alt|c Alt|ç"></command> |
| 3617 <command id="undo-command" shortcut="Meta|z"></command> | 3616 <command id="undo-command" shortcut="Meta|z"></command> |
| 3618 <command id="find-command" shortcut="Meta|f"></command> | 3617 <command id="find-command" shortcut="Meta|f"></command> |
| 3619 </if> | 3618 </if> |
| 3620 <if expr="not is_macosx"> | 3619 <if expr="not is_macosx"> |
| 3621 <command id="clear-all-command" shortcut="Alt|c"></command> | 3620 <command id="clear-all-command" shortcut="Alt|c"></command> |
| 3622 <command id="undo-command" shortcut="Ctrl|z"></command> | 3621 <command id="undo-command" shortcut="Ctrl|z"></command> |
| 3623 <command id="find-command" shortcut="Ctrl|f"></command> | 3622 <command id="find-command" shortcut="Ctrl|f"></command> |
| 3624 </if> | 3623 </if> |
| 3625 <link rel="import" href="chrome://resources/html/polymer.html"> | 3624 <link rel="import" href="chrome://resources/html/polymer.html"> |
| 3626 <script src="crisper.js"></script></body></html> | 3625 <script src="crisper.js"></script></body></html> |
| OLD | NEW |