Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(61)

Side by Side Diff: chrome/browser/resources/md_history/lazy_load.vulcanized.html

Issue 2623673003: MD WebUI: change all <dialog is="cr-dialog"> to 512px width (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | chrome/browser/resources/settings/about_page/channel_switcher_dialog.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/settings/about_page/channel_switcher_dialog.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698