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

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

Issue 2813803002: [MD settings] vertical align left edge of icons and text (Closed)
Patch Set: Created 3 years, 8 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 ed7e76625f2d9f197b766a77a9b9d50ae0401156..aedba645e4a3a535b969c2a23dba47a8f8ebcf2a 100644
--- a/chrome/browser/resources/settings/settings_page/settings_subpage.html
+++ b/chrome/browser/resources/settings/settings_page/settings_subpage.html
@@ -24,10 +24,6 @@
padding-top: 8px;
}
- #headerLine > h1 {
- -webkit-margin-start: 4px;
- }
-
#learnMore {
@apply(--cr-paper-icon-button-margin);
align-items: center;
@@ -40,8 +36,8 @@
paper-icon-button {
/* Centers the ripple on the icon with appropriate margin on right. */
- -webkit-margin-end: 8px;
- -webkit-margin-start: -8px;
+ -webkit-margin-end: 10px;
+ -webkit-margin-start: -10px;
dschuyler 2017/04/11 01:11:18 I believe this is an oversight from a prior change
}
paper-spinner {

Powered by Google App Engine
This is Rietveld 408576698