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

Unified Diff: chrome/browser/resources/settings/about_page/about_page.html

Issue 2698133003: MD Settings: About: Show connectionTypes message (Closed)
Patch Set: Rebase Created 3 years, 10 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/settings/about_page/about_page.html
diff --git a/chrome/browser/resources/settings/about_page/about_page.html b/chrome/browser/resources/settings/about_page/about_page.html
index 15aaba430297d134ea4bc35bbb063727b6c22c79..b11722048a4beefcf261395219238ce311409652 100644
--- a/chrome/browser/resources/settings/about_page/about_page.html
+++ b/chrome/browser/resources/settings/about_page/about_page.html
@@ -37,6 +37,15 @@
-webkit-user-select: text;
}
+ .info-section {
+ margin-bottom: 12px;
+ }
+
+ .padded {
+ padding-bottom: 10px;
+ padding-top: 10px;
+ }
+
.product-title {
font-size: 153.85%; /* 20px / 13px */
margin-bottom: auto;
@@ -60,16 +69,6 @@
fill: var(--paper-red-600);
}
- .product-info {
- display: block;
- padding-bottom: 10px;
- padding-top: 10px;
- }
-
- .info-section {
- margin-bottom: 12px;
- }
-
#regulatoryInfo img {
width: 330px;
}
@@ -99,7 +98,7 @@
obsoleteSystemInfo_, currentUpdateStatusEvent_)]]"
src="[[getIconSrc_(obsoleteSystemInfo_, currentUpdateStatusEvent_)]]">
</iron-icon>
- <div class="start">
+ <div class="start padded">
<div id="updateStatusMessage" hidden="[[!showUpdateStatus_]]"
<if expr="not chromeos">
inner-h-t-m-l="[[getUpdateStatusMessage_(
@@ -183,7 +182,7 @@
</button>
</div>
</if>
- <div class="settings-box product-info copyable">
+ <div class="settings-box padded block copyable">
<div class="info-section">
<div class="secondary">$i18n{aboutProductTitle}</div>
<div class="secondary">$i18n{aboutProductCopyright}</div>
@@ -200,7 +199,7 @@
</if>
</div>
<if expr="chromeos">
- <div class="settings-box product-info" id="regulatoryInfo"
+ <div class="settings-box padded block" id="regulatoryInfo"
hidden$="[[!shouldShowRegulatoryInfo_(regulatoryInfo_)]]">
<img src="[[regulatoryInfo_.url]]" alt="[[regulatoryInfo_.text]]">
</div>

Powered by Google App Engine
This is Rietveld 408576698