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

Unified Diff: chrome/browser/resources/settings/people_page/user_list.html

Issue 2959543002: Settings: Users: Fix margins for restrict signins list (Closed)
Patch Set: Created 3 years, 6 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/people_page/user_list.html
diff --git a/chrome/browser/resources/settings/people_page/user_list.html b/chrome/browser/resources/settings/people_page/user_list.html
index 230c4ffe555795336fa77db6cf81ddb0fa61aadb..96939089b0bc7bff5cb9c2f64c78167c0fc257a1 100644
--- a/chrome/browser/resources/settings/people_page/user_list.html
+++ b/chrome/browser/resources/settings/people_page/user_list.html
@@ -34,6 +34,11 @@
.user-info {
-webkit-padding-start: 20px;
}
+
+ paper-icon-button {
+ -webkit-margin-end: 0;
+ -webkit-margin-start: var(--cr-icon-button-margin-start);
dpapad 2017/06/23 23:31:28 --cr-icon-button-margin-start is defined in shared
stevenjb 2017/06/23 23:37:46 We do not currently have any examples of a direct
dpapad 2017/06/23 23:49:27 Ok, I had not realized that was the case. Agreed l
+ }
</style>
<div class="user-list" scrollable>
<template is="dom-repeat" items="[[users_]]">
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698