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

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

Issue 2094703005: MD Settings: Fix broken regulatory label in About on Samus (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 5 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/ui/webui/settings/about_handler.h » ('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/about_page_browser_proxy.html"> 2 <link rel="import" href="/about_page/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="/settings_page/main_page_behavior.html"> 6 <link rel="import" href="/settings_page/main_page_behavior.html">
7 <link rel="import" href="/settings_page/settings_animated_pages.html"> 7 <link rel="import" href="/settings_page/settings_animated_pages.html">
8 <link rel="import" href="/settings_page/settings_section.html"> 8 <link rel="import" href="/settings_page/settings_section.html">
9 <link rel="import" href="/settings_page_css.html"> 9 <link rel="import" href="/settings_page_css.html">
10 <link rel="import" href="/settings_shared_css.html"> 10 <link rel="import" href="/settings_shared_css.html">
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 48
49 .product-info { 49 .product-info {
50 display: block; 50 display: block;
51 padding-bottom: 10px; 51 padding-bottom: 10px;
52 padding-top: 10px; 52 padding-top: 10px;
53 } 53 }
54 54
55 .info-section { 55 .info-section {
56 margin-bottom: 12px; 56 margin-bottom: 12px;
57 } 57 }
58
59 #regulatoryInfo img {
60 width: 330px;
61 }
58 </style> 62 </style>
59 <div data-page="about"> 63 <div data-page="about">
60 <settings-section page-title="$i18n{aboutPageTitle}" 64 <settings-section page-title="$i18n{aboutPageTitle}"
61 current-route="[[currentRoute]]" section="about"> 65 current-route="[[currentRoute]]" section="about">
62 <settings-animated-pages id="pages" current-route="{{currentRoute}}" 66 <settings-animated-pages id="pages" current-route="{{currentRoute}}"
63 section="about"> 67 section="about">
64 <neon-animatable id="main"> 68 <neon-animatable id="main">
65 <div class="settings-box"> 69 <div class="settings-box">
66 <img id="product-logo" 70 <img id="product-logo"
67 srcset="chrome://theme/current-channel-logo@1x 1x, 71 srcset="chrome://theme/current-channel-logo@1x 1x,
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 <settings-detailed-build-info></settings-detailed-build-info> 171 <settings-detailed-build-info></settings-detailed-build-info>
168 </settings-subpage> 172 </settings-subpage>
169 </template> 173 </template>
170 </if> 174 </if>
171 </settings-animated-pages> 175 </settings-animated-pages>
172 </settings-section> 176 </settings-section>
173 </div> 177 </div>
174 </template> 178 </template>
175 <script src="about_page.js"></script> 179 <script src="about_page.js"></script>
176 </dom-module> 180 </dom-module>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/webui/settings/about_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698