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

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

Issue 2656563006: MD Settings: Fix several global UI polish bugs. (Closed)
Patch Set: use % instead of px to prevent english text orphan Created 3 years, 11 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 5bb179d03169030885955d1af1fa8707b7527d06..1bc5f0d435482cb7223268ecc3bd2eed9fca0f63 100644
--- a/chrome/browser/resources/settings/settings_page/settings_subpage.html
+++ b/chrome/browser/resources/settings/settings_page/settings_subpage.html
@@ -21,6 +21,10 @@
padding-top: 8px;
}
+ .settings-box.first > h1 {
+ -webkit-margin-start: 4px;
+ }
+
paper-icon-button {
/* Centers the ripple on the icon with appropriate margin on right. */
-webkit-margin-end: 8px;

Powered by Google App Engine
This is Rietveld 408576698