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 1008 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1019 #close { | 1019 #close { |
1020 --paper-icon-button_-_height: 40px; --paper-icon-button_-_width: 40px;; | 1020 --paper-icon-button_-_height: 40px; --paper-icon-button_-_width: 40px;; |
1021 -webkit-margin-end: 6px; | 1021 -webkit-margin-end: 6px; |
1022 | 1022 |
1023 padding: 10px; | 1023 padding: 10px; |
1024 } | 1024 } |
1025 | 1025 |
1026 .body-container { | 1026 .body-container { |
1027 display: flex; | 1027 display: flex; |
1028 flex-direction: column; | 1028 flex-direction: column; |
1029 max-width: 800px; | |
1030 min-width: 512px; | |
1031 | 1029 |
1032 overflow: auto; | 1030 overflow: auto; |
| 1031 width: 512px; |
1033 } | 1032 } |
1034 | 1033 |
1035 :host ::content .body { | 1034 :host ::content .body { |
1036 padding-bottom: 12px; | 1035 padding-bottom: 12px; |
1037 padding-top: 12px; | 1036 padding-top: 12px; |
1038 } | 1037 } |
1039 | 1038 |
1040 :host ::content .body, :host ::content .title { | 1039 :host ::content .body, :host ::content .title { |
1041 -webkit-padding-end: 24px; | 1040 -webkit-padding-end: 24px; |
1042 -webkit-padding-start: 24px; | 1041 -webkit-padding-start: 24px; |
(...skipping 404 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1447 <content select="*"></content> | 1446 <content select="*"></content> |
1448 </div> | 1447 </div> |
1449 </div> | 1448 </div> |
1450 | 1449 |
1451 <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> | 1450 <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> |
1452 | 1451 |
1453 </template> | 1452 </template> |
1454 | 1453 |
1455 </dom-module> | 1454 </dom-module> |
1456 </div><script src="lazy_load.crisper.js"></script></body></html> | 1455 </div><script src="lazy_load.crisper.js"></script></body></html> |
OLD | NEW |