| 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>
|
|
|