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

Unified Diff: chrome/browser/resources/settings/people_page/users_page.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/people_page/users_page.html
diff --git a/chrome/browser/resources/settings/people_page/users_page.html b/chrome/browser/resources/settings/people_page/users_page.html
index 6a542f2996f36ca2b9a90c2552e6558bf84365f6..2b523738c3b17f2f18eb2280b6a632dc9df81c25 100644
--- a/chrome/browser/resources/settings/people_page/users_page.html
+++ b/chrome/browser/resources/settings/people_page/users_page.html
@@ -22,6 +22,8 @@
#add-user-button {
/* Add user button must be lined up with the start of users' names. */
+ /* TODO(dschuyler): Should this be var(--settings-box-row-indent) rather
+ than 56px? */
dschuyler 2017/04/11 01:11:18 I think this is likely, but it needs further inves
-webkit-margin-start: 56px;
}
</style>

Powered by Google App Engine
This is Rietveld 408576698