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 3509 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3520 --md-background-color: rgb(241, 241, 241); | 3520 --md-background-color: rgb(241, 241, 241); |
3521 /* This is --google-blue-700, rewritten as a native custom property for speed. | 3521 /* This is --google-blue-700, rewritten as a native custom property for speed. |
3522 */ | 3522 */ |
3523 --md-toolbar-color: rgb(51, 103, 214); | 3523 --md-toolbar-color: rgb(51, 103, 214); |
3524 } | 3524 } |
3525 | 3525 |
3526 </style> | 3526 </style> |
3527 | 3527 |
3528 <dom-module id="downloads-manager" assetpath="chrome://downloads/" css-build="sh
adow"> | 3528 <dom-module id="downloads-manager" assetpath="chrome://downloads/" css-build="sh
adow"> |
3529 <template> | 3529 <template> |
3530 <style no-process="" scope="downloads-manager">:host { | 3530 <style scope="downloads-manager">:host { |
3531 display: flex; | 3531 display: flex; |
3532 flex: 1 0; | 3532 flex: 1 0; |
3533 flex-direction: column; | 3533 flex-direction: column; |
3534 height: 100%; | 3534 height: 100%; |
3535 z-index: 0; | 3535 z-index: 0; |
3536 } | 3536 } |
3537 | 3537 |
3538 @media screen and (max-width: 1024px) { | 3538 @media screen and (max-width: 1024px) { |
3539 :host { | 3539 :host { |
3540 flex-basis: 670px; | 3540 flex-basis: 670px; |
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3638 <command id="undo-command" shortcut="Meta|z"></command> | 3638 <command id="undo-command" shortcut="Meta|z"></command> |
3639 <command id="find-command" shortcut="Meta|f"></command> | 3639 <command id="find-command" shortcut="Meta|f"></command> |
3640 </if> | 3640 </if> |
3641 <if expr="not is_macosx"> | 3641 <if expr="not is_macosx"> |
3642 <command id="clear-all-command" shortcut="Alt|c"></command> | 3642 <command id="clear-all-command" shortcut="Alt|c"></command> |
3643 <command id="undo-command" shortcut="Ctrl|z"></command> | 3643 <command id="undo-command" shortcut="Ctrl|z"></command> |
3644 <command id="find-command" shortcut="Ctrl|f"></command> | 3644 <command id="find-command" shortcut="Ctrl|f"></command> |
3645 </if> | 3645 </if> |
3646 <link rel="import" href="chrome://resources/html/polymer.html"> | 3646 <link rel="import" href="chrome://resources/html/polymer.html"> |
3647 <script src="crisper.js"></script></body></html> | 3647 <script src="crisper.js"></script></body></html> |
OLD | NEW |