| 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 226 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 237 -ms-flex-align: var(--layout-center-center_-_-ms-flex-align); -webkit-al
ign-items: var(--layout-center-center_-_-webkit-align-items); align-items: var(-
-layout-center-center_-_align-items); -ms-flex-pack: var(--layout-center-center_
-_-ms-flex-pack); -webkit-justify-content: var(--layout-center-center_-_-webkit-
justify-content); justify-content: var(--layout-center-center_-_justify-content)
; | 237 -ms-flex-align: var(--layout-center-center_-_-ms-flex-align); -webkit-al
ign-items: var(--layout-center-center_-_-webkit-align-items); align-items: var(-
-layout-center-center_-_align-items); -ms-flex-pack: var(--layout-center-center_
-_-ms-flex-pack); -webkit-justify-content: var(--layout-center-center_-_-webkit-
justify-content); justify-content: var(--layout-center-center_-_justify-content)
; |
| 238 position: relative; | 238 position: relative; |
| 239 | 239 |
| 240 vertical-align: middle; | 240 vertical-align: middle; |
| 241 | 241 |
| 242 fill: var(--iron-icon-fill-color, currentcolor); | 242 fill: var(--iron-icon-fill-color, currentcolor); |
| 243 stroke: var(--iron-icon-stroke-color, none); | 243 stroke: var(--iron-icon-stroke-color, none); |
| 244 | 244 |
| 245 width: var(--iron-icon-width, 24px); | 245 width: var(--iron-icon-width, 24px); |
| 246 height: var(--iron-icon-height, 24px); | 246 height: var(--iron-icon-height, 24px); |
| 247 ; |
| 247 } | 248 } |
| 248 | 249 |
| 249 </style> | 250 </style> |
| 250 </template> | 251 </template> |
| 251 | 252 |
| 252 </dom-module> | 253 </dom-module> |
| 253 <dom-module id="paper-ripple" assetpath="chrome://resources/polymer/v1_0/paper-r
ipple/" css-build="shadow"> | 254 <dom-module id="paper-ripple" assetpath="chrome://resources/polymer/v1_0/paper-r
ipple/" css-build="shadow"> |
| 254 | 255 |
| 255 <template> | 256 <template> |
| 256 <style scope="paper-ripple">:host { | 257 <style scope="paper-ripple">:host { |
| (...skipping 3295 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3552 <command id="undo-command" shortcut="Meta|z"></command> | 3553 <command id="undo-command" shortcut="Meta|z"></command> |
| 3553 <command id="find-command" shortcut="Meta|f"></command> | 3554 <command id="find-command" shortcut="Meta|f"></command> |
| 3554 </if> | 3555 </if> |
| 3555 <if expr="not is_macosx"> | 3556 <if expr="not is_macosx"> |
| 3556 <command id="clear-all-command" shortcut="Alt|c"></command> | 3557 <command id="clear-all-command" shortcut="Alt|c"></command> |
| 3557 <command id="undo-command" shortcut="Ctrl|z"></command> | 3558 <command id="undo-command" shortcut="Ctrl|z"></command> |
| 3558 <command id="find-command" shortcut="Ctrl|f"></command> | 3559 <command id="find-command" shortcut="Ctrl|f"></command> |
| 3559 </if> | 3560 </if> |
| 3560 <link rel="import" href="chrome://resources/html/polymer.html"> | 3561 <link rel="import" href="chrome://resources/html/polymer.html"> |
| 3561 <script src="crisper.js"></script></body></html> | 3562 <script src="crisper.js"></script></body></html> |
| OLD | NEW |