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 3093 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3104 margin-bottom: 6px; | 3104 margin-bottom: 6px; |
3105 margin-top: 6px; | 3105 margin-top: 6px; |
3106 min-width: 32px; | 3106 min-width: 32px; |
3107 padding: 6px; | 3107 padding: 6px; |
3108 width: 32px; | 3108 width: 32px; |
3109 } | 3109 } |
3110 | 3110 |
3111 #centeredContent { | 3111 #centeredContent { |
3112 display: flex; | 3112 display: flex; |
3113 flex: 1 1 0; | 3113 flex: 1 1 0; |
| 3114 justify-content: center; |
3114 } | 3115 } |
3115 | 3116 |
3116 #rightContent { | 3117 #rightContent { |
3117 -webkit-margin-end: 12px; | 3118 -webkit-margin-end: 12px; |
3118 } | 3119 } |
3119 | 3120 |
3120 :host([narrow_]) #centeredContent { | 3121 :host([narrow_]) #centeredContent { |
3121 justify-content: flex-end; | 3122 justify-content: flex-end; |
3122 } | 3123 } |
3123 | 3124 |
(...skipping 266 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3390 <command id="undo-command" shortcut="Meta|z"></command> | 3391 <command id="undo-command" shortcut="Meta|z"></command> |
3391 <command id="find-command" shortcut="Meta|f"></command> | 3392 <command id="find-command" shortcut="Meta|f"></command> |
3392 </if> | 3393 </if> |
3393 <if expr="not is_macosx"> | 3394 <if expr="not is_macosx"> |
3394 <command id="clear-all-command" shortcut="Alt|c"></command> | 3395 <command id="clear-all-command" shortcut="Alt|c"></command> |
3395 <command id="undo-command" shortcut="Ctrl|z"></command> | 3396 <command id="undo-command" shortcut="Ctrl|z"></command> |
3396 <command id="find-command" shortcut="Ctrl|f"></command> | 3397 <command id="find-command" shortcut="Ctrl|f"></command> |
3397 </if> | 3398 </if> |
3398 <link rel="import" href="chrome://resources/html/polymer.html"> | 3399 <link rel="import" href="chrome://resources/html/polymer.html"> |
3399 <script src="crisper.js"></script></body></html> | 3400 <script src="crisper.js"></script></body></html> |
OLD | NEW |