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 918 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
929 cursor: var(--cr-actionable_-_cursor); | 929 cursor: var(--cr-actionable_-_cursor); |
930 } | 930 } |
931 | 931 |
932 :host { | 932 :host { |
933 display: block; | 933 display: block; |
934 overflow: auto; | 934 overflow: auto; |
935 } | 935 } |
936 | 936 |
937 #illustration { | 937 #illustration { |
938 background: -webkit-image-set( | 938 background: -webkit-image-set( |
939 url("chrome://history/images/100/sign_in_promo.png") 1x, | 939 url("chrome://history/images/100/sign_in_promo.jpg") 1x, |
940 url("chrome://history/images/200/sign_in_promo.png") 2x) | 940 url("chrome://history/images/200/sign_in_promo.jpg") 2x) |
941 no-repeat center center; | 941 no-repeat center center; |
942 height: 222px; | 942 height: 222px; |
943 margin-top: 100px; | 943 margin-top: 100px; |
944 width: 594px; | 944 width: 574px; |
945 } | 945 } |
946 | 946 |
947 #no-synced-tabs { | 947 #no-synced-tabs { |
948 height: 100%; | 948 height: 100%; |
949 } | 949 } |
950 | 950 |
951 #sign-in-guide { | 951 #sign-in-guide { |
952 align-items: center; | 952 align-items: center; |
953 display: flex; | 953 display: flex; |
954 flex-direction: column; | 954 flex-direction: column; |
(...skipping 464 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1419 <div id="selectionBar" class$="[[_computeSelectionBarClass(noBar, alignB
ottom)]]" on-transitionend="_onBarTransitionEnd"></div> | 1419 <div id="selectionBar" class$="[[_computeSelectionBarClass(noBar, alignB
ottom)]]" on-transitionend="_onBarTransitionEnd"></div> |
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 |