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 2836 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2847 | 2847 |
2848 /* Search open. */ | 2848 /* Search open. */ |
2849 :host([showing-search][spinner-active]) #icon { | 2849 :host([showing-search][spinner-active]) #icon { |
2850 opacity: 0; | 2850 opacity: 0; |
2851 } | 2851 } |
2852 | 2852 |
2853 :host([narrow][showing-search]) { | 2853 :host([narrow][showing-search]) { |
2854 width: 100%; | 2854 width: 100%; |
2855 } | 2855 } |
2856 | 2856 |
2857 :host-context([dir=ltr]):host([narrow][showing-search]) #icon, | 2857 :host([narrow][showing-search]) #icon, |
2858 :host-context([dir=ltr]):host([narrow][showing-search]) | 2858 :host([narrow][showing-search]) paper-spinner-lite { |
2859 paper-spinner-lite { | |
2860 -webkit-margin-start: 18px; | 2859 -webkit-margin-start: 18px; |
2861 } | 2860 } |
2862 </style> | 2861 </style> |
2863 <paper-spinner-lite active="[[isSpinnerShown_(spinnerActive, showingSearch)]
]"> | 2862 <paper-spinner-lite active="[[isSpinnerShown_(spinnerActive, showingSearch)]
]"> |
2864 </paper-spinner-lite> | 2863 </paper-spinner-lite> |
2865 <paper-icon-button id="icon" icon="cr:search" title="[[label]]" tabindex$="[
[computeIconTabIndex_(narrow)]]"> | 2864 <paper-icon-button id="icon" icon="cr:search" title="[[label]]" tabindex$="[
[computeIconTabIndex_(narrow)]]"> |
2866 </paper-icon-button> | 2865 </paper-icon-button> |
2867 <paper-input-container id="searchTerm" on-search="onSearchTermSearch" on-key
down="onSearchTermKeydown" no-label-float=""> | 2866 <paper-input-container id="searchTerm" on-search="onSearchTermSearch" on-key
down="onSearchTermKeydown" no-label-float=""> |
2868 <label id="prompt" for="searchInput">[[label]]</label> | 2867 <label id="prompt" for="searchInput">[[label]]</label> |
2869 <input is="iron-input" id="searchInput" type="search" on-blur="onInputBlur
_" incremental=""> | 2868 <input is="iron-input" id="searchInput" type="search" on-blur="onInputBlur
_" incremental=""> |
(...skipping 324 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3194 <command id="undo-command" shortcut="Meta|z"></command> | 3193 <command id="undo-command" shortcut="Meta|z"></command> |
3195 <command id="find-command" shortcut="Meta|f"></command> | 3194 <command id="find-command" shortcut="Meta|f"></command> |
3196 </if> | 3195 </if> |
3197 <if expr="not is_macosx"> | 3196 <if expr="not is_macosx"> |
3198 <command id="clear-all-command" shortcut="Alt|c"></command> | 3197 <command id="clear-all-command" shortcut="Alt|c"></command> |
3199 <command id="undo-command" shortcut="Ctrl|z"></command> | 3198 <command id="undo-command" shortcut="Ctrl|z"></command> |
3200 <command id="find-command" shortcut="Ctrl|f"></command> | 3199 <command id="find-command" shortcut="Ctrl|f"></command> |
3201 </if> | 3200 </if> |
3202 <link rel="import" href="chrome://resources/html/polymer.html"> | 3201 <link rel="import" href="chrome://resources/html/polymer.html"> |
3203 <script src="crisper.js"></script></body></html> | 3202 <script src="crisper.js"></script></body></html> |
OLD | NEW |