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

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

Issue 2338003004: [MD settings] margin around grid of avatar icons (Closed)
Patch Set: Created 4 years, 3 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/manage_profile.html
diff --git a/chrome/browser/resources/settings/people_page/manage_profile.html b/chrome/browser/resources/settings/people_page/manage_profile.html
index 4df87a9c7c7ac1ecad80983063a2cffbf48cf60b..43ca8f2cc12d346f4e2488630f819693a946dd56 100644
--- a/chrome/browser/resources/settings/people_page/manage_profile.html
+++ b/chrome/browser/resources/settings/people_page/manage_profile.html
@@ -10,9 +10,7 @@
<template>
<style include="settings-shared">
#selector {
- -webkit-margin-start: 16px;
- margin-top: 16px;
- max-width: 624px;
+ margin: 16px 24px 16px 20px;
Dan Beam 2016/09/14 01:13:30 does this work in RTL?
dschuyler 2016/09/14 01:24:23 Good point. It's better to have the margins equal.
}
</style>
<div class="settings-box first">
« 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