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

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

Issue 2787923002: [MD settings] small code health changes (Closed)
Patch Set: 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 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 38dfd56ce4b1555e801bc13d29b1f7a27d8b6699..c1e7d22b648b5e9463d3d55221622c3b31a06cf3 100644
--- a/chrome/browser/resources/settings/settings_page/settings_subpage.html
+++ b/chrome/browser/resources/settings/settings_page/settings_subpage.html
@@ -18,12 +18,12 @@
padding-bottom: 60px;
}
- .settings-box.first {
+ #headerLine {
min-height: 40px;
padding-top: 8px;
}
- .settings-box.first > h1 {
+ #headerLine > h1 {
-webkit-margin-start: 4px;
}
@@ -59,7 +59,7 @@
-webkit-margin-start: 16px;
}
</style>
- <div class="settings-box first">
+ <div class="settings-box first" id="headerLine">
<paper-icon-button icon="settings:arrow-back" on-tap="onTapBack_"
aria-label="$i18n{back}">
</paper-icon-button>
« no previous file with comments | « chrome/browser/resources/settings/people_page/sync_page.js ('k') | chrome/test/data/webui/settings/site_list_tests.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698