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

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

Issue 2656563006: MD Settings: Fix several global UI polish bugs. (Closed)
Patch Set: minor height adjustments 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..c6fedc4d104a529ff5bb245783254742252e8446 100644
--- a/chrome/browser/resources/settings/settings_page/settings_subpage.html
+++ b/chrome/browser/resources/settings/settings_page/settings_subpage.html
@@ -18,9 +18,14 @@
.settings-box.first {
min-height: 40px;
+ padding-bottom: 24px;
dschuyler 2017/01/28 02:24:26 It may be an optical illusion, but the screen shot
scottchen 2017/01/30 22:39:28 I think I misunderstood the bug report for this on
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