| Index: chrome/browser/resources/settings/people_page/lock_screen.html
|
| diff --git a/chrome/browser/resources/settings/people_page/lock_screen.html b/chrome/browser/resources/settings/people_page/lock_screen.html
|
| index 8e89be634237be049e2d5253ad8bb772486b68fa..b7f13e876d2a827ef1a2c85adfb7375a27446946 100644
|
| --- a/chrome/browser/resources/settings/people_page/lock_screen.html
|
| +++ b/chrome/browser/resources/settings/people_page/lock_screen.html
|
| @@ -121,20 +121,19 @@
|
| </template>
|
| </div>
|
| </div>
|
| - <div class="secondary-action">
|
| - <template is="dom-if" if="[[!easyUnlockEnabled_]]">
|
| - <paper-button id="easyUnlockSetup" class="secondary-button"
|
| - on-tap="onEasyUnlockSetupTap_">
|
| - $i18n{easyUnlockSetupButton}
|
| - </paper-button>
|
| - </template>
|
| - <template is="dom-if" if="[[easyUnlockEnabled_]]">
|
| - <paper-button id="easyUnlockTurnOff" class="secondary-button"
|
| - on-tap="onEasyUnlockTurnOffTap_">
|
| - $i18n{easyUnlockTurnOffButton}
|
| - </paper-button>
|
| - </template>
|
| - </div>
|
| + <div class="separator"></div>
|
| + <template is="dom-if" if="[[!easyUnlockEnabled_]]">
|
| + <paper-button id="easyUnlockSetup" class="secondary-button"
|
| + on-tap="onEasyUnlockSetupTap_">
|
| + $i18n{easyUnlockSetupButton}
|
| + </paper-button>
|
| + </template>
|
| + <template is="dom-if" if="[[easyUnlockEnabled_]]">
|
| + <paper-button id="easyUnlockTurnOff" class="secondary-button"
|
| + on-tap="onEasyUnlockTurnOffTap_">
|
| + $i18n{easyUnlockTurnOffButton}
|
| + </paper-button>
|
| + </template>
|
| </div>
|
| </template>
|
|
|
|
|