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

Unified Diff: chrome/browser/resources/settings/settings_page/settings_subpage.html

Issue 2432383005: [MD settings] help button in content settings site lists (Closed)
Patch Set: review changes Created 4 years, 2 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/settings_page/settings_subpage.html
diff --git a/chrome/browser/resources/settings/settings_page/settings_subpage.html b/chrome/browser/resources/settings/settings_page/settings_subpage.html
index 0a4c36fd0fedf0ba9dd5ad1abcfd2c23fdbd9c7c..c0296af68e0a22f5690ac9128cd238cb6decabd8 100644
--- a/chrome/browser/resources/settings/settings_page/settings_subpage.html
+++ b/chrome/browser/resources/settings/settings_page/settings_subpage.html
@@ -32,7 +32,8 @@
h1 {
color: var(--settings-nav-grey);
- font-size: 107.6923%; /* go to 14px from 13px */
+ flex: 1; /* Push other items to the end. */
+ font-size: 107.6923%; /* Go to 14px from 13px */
font-weight: 500;
}
@@ -49,6 +50,7 @@
on-search-changed="onSearchChanged_">
</settings-subpage-search>
</template>
+ <content select=".subpage-title-extra"></content>
</div>
<content></content>
</template>

Powered by Google App Engine
This is Rietveld 408576698