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

Unified Diff: chrome/browser/resources/settings/privacy_page/privacy_page.html

Issue 2623363002: MD Settings: fix metrics reporting policy indicator (Closed)
Patch Set: 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
« 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/privacy_page/privacy_page.html
diff --git a/chrome/browser/resources/settings/privacy_page/privacy_page.html b/chrome/browser/resources/settings/privacy_page/privacy_page.html
index c789f6c0ff8c07efe6b8f6360c778115321e4861..e37bd57545d6f3aa7624bfaf482e508a0dd714ef 100644
--- a/chrome/browser/resources/settings/privacy_page/privacy_page.html
+++ b/chrome/browser/resources/settings/privacy_page/privacy_page.html
@@ -45,12 +45,10 @@
--paper-tooltip: var(--cr-policy-tooltip);
}
- #indicator {
- -webkit-margin-start: var(--checkbox-spacing);
- }
-
+ #metricsReportingControl,
+ #indicator,
#restart {
- text-align: end;
+ -webkit-margin-start: var(--checkbox-spacing);
}
</style>
<template is="dom-if" if="[[showClearBrowsingDataDialog_]]" restamp>
@@ -98,11 +96,9 @@
<div class="layout horizontal center settings-row-min-height">
<div class="flex">$i18n{enableLogging}</div>
<template is="dom-if" if="[[showRestart_]]" restamp>
- <div id="restart" class="flex">
- <paper-button on-tap="onRestartTap_">
- $i18n{restart}
- </paper-button>
- </div>
+ <paper-button on-tap="onRestartTap_" id="restart">
+ $i18n{restart}
+ </paper-button>
</template>
<template is="dom-if" if="[[metricsReporting_.managed]]" restamp>
<iron-icon id="indicator" tabindex=0 icon="cr:domain"></iron-icon>
« 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