| OLD | NEW |
| 1 <html><head><!-- | 1 <html><head><!-- |
| 2 @license | 2 @license |
| 3 Copyright (c) 2016 The Polymer Project Authors. All rights reserved. | 3 Copyright (c) 2016 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 724 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 735 | 735 |
| 736 #window-separator { | 736 #window-separator { |
| 737 background-color: var(--card-border-color); | 737 background-color: var(--card-border-color); |
| 738 height: 1px; | 738 height: 1px; |
| 739 margin: 5px auto; | 739 margin: 5px auto; |
| 740 width: 80%; | 740 width: 80%; |
| 741 } | 741 } |
| 742 | 742 |
| 743 </style> | 743 </style> |
| 744 <div id="history-item-container"> | 744 <div id="history-item-container"> |
| 745 <div class="card-title" id="card-heading" aria-expanded$="[[opened]]" aria
-controls="collapse" on-tap="toggleTabCard"> | 745 <div class="card-title" id="card-heading" aria-expanded$="[[opened]]" aria
-controls="collapse" on-click="toggleTabCard"> |
| 746 <div id="title-left-content"> | 746 <div id="title-left-content"> |
| 747 <div id="device-name"> | 747 <div id="device-name"> |
| 748 [[device]] | 748 [[device]] |
| 749 </div> | 749 </div> |
| 750 <span id="last-update-time">[[lastUpdateTime]]</span> | 750 <span id="last-update-time">[[lastUpdateTime]]</span> |
| 751 </div> | 751 </div> |
| 752 <div id="right-buttons"> | 752 <div id="right-buttons"> |
| 753 <button is="paper-icon-button-light" id="menu-button" class="more-vert
-button" on-click="onMenuButtonTap_" title="$i18n{moreActionsButton}"> | 753 <button is="paper-icon-button-light" id="menu-button" class="more-vert
-button" on-click="onMenuButtonTap_" title="$i18n{moreActionsButton}"> |
| 754 <div></div> | 754 <div></div> |
| 755 <div></div> | 755 <div></div> |
| (...skipping 843 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1599 <content select="*"></content> | 1599 <content select="*"></content> |
| 1600 </div> | 1600 </div> |
| 1601 </div> | 1601 </div> |
| 1602 | 1602 |
| 1603 <paper-icon-button icon="paper-tabs:chevron-right" class$="[[_computeScrollB
uttonClass(_rightHidden, scrollable, hideScrollButtons)]]" on-up="_onScrollButto
nUp" on-down="_onRightScrollButtonDown" tabindex="-1"></paper-icon-button> | 1603 <paper-icon-button icon="paper-tabs:chevron-right" class$="[[_computeScrollB
uttonClass(_rightHidden, scrollable, hideScrollButtons)]]" on-up="_onScrollButto
nUp" on-down="_onRightScrollButtonDown" tabindex="-1"></paper-icon-button> |
| 1604 | 1604 |
| 1605 </template> | 1605 </template> |
| 1606 | 1606 |
| 1607 </dom-module> | 1607 </dom-module> |
| 1608 </div><script src="lazy_load.crisper.js"></script></body></html> | 1608 </div><script src="lazy_load.crisper.js"></script></body></html> |
| OLD | NEW |