| 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 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 106 width: 36px; | 106 width: 36px; |
| 107 } | 107 } |
| 108 | 108 |
| 109 button.icon-button iron-icon { | 109 button.icon-button iron-icon { |
| 110 height: 20px; | 110 height: 20px; |
| 111 width: 20px; | 111 width: 20px; |
| 112 } | 112 } |
| 113 | 113 |
| 114 button.more-vert-button { | 114 button.more-vert-button { |
| 115 height: 36px; | 115 height: 36px; |
| 116 padding: 6px; | 116 padding: 8px; |
| 117 width: 36px; | 117 width: 36px; |
| 118 } | 118 } |
| 119 | 119 |
| 120 button.more-vert-button div { | 120 button.more-vert-button div { |
| 121 border: 2px solid var(--secondary-text-color); | 121 border: 2px solid var(--secondary-text-color); |
| 122 border-radius: 2px; | 122 border-radius: 2px; |
| 123 margin: 1px 10px; | 123 margin: 1px 8px; |
| 124 pointer-events: none; | 124 pointer-events: none; |
| 125 transform: scale(0.8); | 125 transform: scale(0.8); |
| 126 } | 126 } |
| 127 | 127 |
| 128 :host { | 128 :host { |
| 129 display: block; | 129 display: block; |
| 130 overflow: auto; | 130 overflow: auto; |
| 131 position: relative; | 131 position: relative; |
| 132 } | 132 } |
| 133 | 133 |
| (...skipping 522 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 656 width: 36px; | 656 width: 36px; |
| 657 } | 657 } |
| 658 | 658 |
| 659 button.icon-button iron-icon { | 659 button.icon-button iron-icon { |
| 660 height: 20px; | 660 height: 20px; |
| 661 width: 20px; | 661 width: 20px; |
| 662 } | 662 } |
| 663 | 663 |
| 664 button.more-vert-button { | 664 button.more-vert-button { |
| 665 height: 36px; | 665 height: 36px; |
| 666 padding: 6px; | 666 padding: 8px; |
| 667 width: 36px; | 667 width: 36px; |
| 668 } | 668 } |
| 669 | 669 |
| 670 button.more-vert-button div { | 670 button.more-vert-button div { |
| 671 border: 2px solid var(--secondary-text-color); | 671 border: 2px solid var(--secondary-text-color); |
| 672 border-radius: 2px; | 672 border-radius: 2px; |
| 673 margin: 1px 10px; | 673 margin: 1px 8px; |
| 674 pointer-events: none; | 674 pointer-events: none; |
| 675 transform: scale(0.8); | 675 transform: scale(0.8); |
| 676 } | 676 } |
| 677 | 677 |
| 678 :host { | 678 :host { |
| 679 margin: var(--card-sizing_-_margin); max-width: var(--card-sizing_-_max-width)
; min-width: var(--card-sizing_-_min-width); padding: var(--card-sizing_-_paddin
g); width: var(--card-sizing_-_width); | 679 margin: var(--card-sizing_-_margin); max-width: var(--card-sizing_-_max-width)
; min-width: var(--card-sizing_-_min-width); padding: var(--card-sizing_-_paddin
g); width: var(--card-sizing_-_width); |
| 680 -webkit-tap-highlight-color: transparent; | 680 -webkit-tap-highlight-color: transparent; |
| 681 display: block; | 681 display: block; |
| 682 padding-bottom: var(--card-padding-between); | 682 padding-bottom: var(--card-padding-between); |
| 683 } | 683 } |
| (...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 843 width: 36px; | 843 width: 36px; |
| 844 } | 844 } |
| 845 | 845 |
| 846 button.icon-button iron-icon { | 846 button.icon-button iron-icon { |
| 847 height: 20px; | 847 height: 20px; |
| 848 width: 20px; | 848 width: 20px; |
| 849 } | 849 } |
| 850 | 850 |
| 851 button.more-vert-button { | 851 button.more-vert-button { |
| 852 height: 36px; | 852 height: 36px; |
| 853 padding: 6px; | 853 padding: 8px; |
| 854 width: 36px; | 854 width: 36px; |
| 855 } | 855 } |
| 856 | 856 |
| 857 button.more-vert-button div { | 857 button.more-vert-button div { |
| 858 border: 2px solid var(--secondary-text-color); | 858 border: 2px solid var(--secondary-text-color); |
| 859 border-radius: 2px; | 859 border-radius: 2px; |
| 860 margin: 1px 10px; | 860 margin: 1px 8px; |
| 861 pointer-events: none; | 861 pointer-events: none; |
| 862 transform: scale(0.8); | 862 transform: scale(0.8); |
| 863 } | 863 } |
| 864 | 864 |
| 865 paper-spinner { | 865 paper-spinner { |
| 866 --paper-spinner-layer-1-color: var(--google-blue-500); | 866 --paper-spinner-layer-1-color: var(--google-blue-500); |
| 867 --paper-spinner-layer-2-color: var(--google-blue-500); | 867 --paper-spinner-layer-2-color: var(--google-blue-500); |
| 868 --paper-spinner-layer-3-color: var(--google-blue-500); | 868 --paper-spinner-layer-3-color: var(--google-blue-500); |
| 869 --paper-spinner-layer-4-color: var(--google-blue-500); | 869 --paper-spinner-layer-4-color: var(--google-blue-500); |
| 870 } | 870 } |
| (...skipping 549 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1420 <content select="*"></content> | 1420 <content select="*"></content> |
| 1421 </div> | 1421 </div> |
| 1422 </div> | 1422 </div> |
| 1423 | 1423 |
| 1424 <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> | 1424 <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> |
| 1425 | 1425 |
| 1426 </template> | 1426 </template> |
| 1427 | 1427 |
| 1428 </dom-module> | 1428 </dom-module> |
| 1429 </div><script src="lazy_load.crisper.js"></script></body></html> | 1429 </div><script src="lazy_load.crisper.js"></script></body></html> |
| OLD | NEW |