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

Side by Side Diff: chrome/browser/resources/settings/about_page/about_page.html

Issue 2714883002: MD Settings: About page, show error messages with <br> and <pre> tags. (Closed)
Patch Set: Resolved conflicts. Created 3 years, 9 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/about_page.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <link rel="import" href="chrome://resources/html/polymer.html"> 1 <link rel="import" href="chrome://resources/html/polymer.html">
2 <link rel="import" href="about_page_browser_proxy.html"> 2 <link rel="import" href="about_page_browser_proxy.html">
3 <link rel="import" href="../i18n_setup.html"> 3 <link rel="import" href="../i18n_setup.html">
4 <link rel="import" href="../icons.html"> 4 <link rel="import" href="../icons.html">
5 <link rel="import" href="../lifetime_browser_proxy.html"> 5 <link rel="import" href="../lifetime_browser_proxy.html">
6 <link rel="import" href="../route.html"> 6 <link rel="import" href="../route.html">
7 <link rel="import" href="../settings_page/main_page_behavior.html"> 7 <link rel="import" href="../settings_page/main_page_behavior.html">
8 <link rel="import" href="../settings_page/settings_animated_pages.html"> 8 <link rel="import" href="../settings_page/settings_animated_pages.html">
9 <link rel="import" href="../settings_page/settings_section.html"> 9 <link rel="import" href="../settings_page/settings_section.html">
10 <link rel="import" href="../settings_page_css.html"> 10 <link rel="import" href="../settings_page_css.html">
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 margin-bottom: auto; 51 margin-bottom: auto;
52 margin-top: auto; 52 margin-top: auto;
53 } 53 }
54 54
55 img { 55 img {
56 -webkit-margin-end: var(--about-page-image-space); 56 -webkit-margin-end: var(--about-page-image-space);
57 } 57 }
58 58
59 iron-icon { 59 iron-icon {
60 -webkit-margin-end: var(--about-page-image-space); 60 -webkit-margin-end: var(--about-page-image-space);
61 width: 32px; /* The width of the product-logo img. */ 61 min-width: 32px; /* The width of the product-logo img. */
62 } 62 }
63 63
64 iron-icon[icon='settings:check-circle'] { 64 iron-icon[icon='settings:check-circle'] {
65 fill: var(--paper-blue-600); 65 fill: var(--paper-blue-600);
66 } 66 }
67 67
68 iron-icon[icon='settings:error'] { 68 iron-icon[icon='settings:error'] {
69 fill: var(--paper-red-600); 69 fill: var(--paper-red-600);
70 } 70 }
71 71
72 .settings-box .start {
73 overflow-x: auto;
74 }
75
72 #regulatoryInfo img { 76 #regulatoryInfo img {
73 width: 330px; 77 width: 330px;
74 } 78 }
75 79
76 <if expr="_google_chrome and is_macosx"> 80 <if expr="_google_chrome and is_macosx">
77 #promoteUpdater[disabled] { 81 #promoteUpdater[disabled] {
78 @apply(--settings-secondary); 82 @apply(--settings-secondary);
79 } 83 }
80 </if> 84 </if>
81 </style> 85 </style>
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 <settings-detailed-build-info></settings-detailed-build-info> 215 <settings-detailed-build-info></settings-detailed-build-info>
212 </settings-subpage> 216 </settings-subpage>
213 </template> 217 </template>
214 </if> 218 </if>
215 </settings-animated-pages> 219 </settings-animated-pages>
216 </settings-section> 220 </settings-section>
217 </div> 221 </div>
218 </template> 222 </template>
219 <script src="about_page.js"></script> 223 <script src="about_page.js"></script>
220 </dom-module> 224 </dom-module>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/settings/about_page/about_page.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698