| Index: chrome/browser/resources/settings/about_page/about_page.html
|
| diff --git a/chrome/browser/resources/settings/about_page/about_page.html b/chrome/browser/resources/settings/about_page/about_page.html
|
| index 26974048a89f55414df75a110adb8d716c809e3d..03a00254df5700bb18989d4e86b54b4c8fc94cd1 100644
|
| --- a/chrome/browser/resources/settings/about_page/about_page.html
|
| +++ b/chrome/browser/resources/settings/about_page/about_page.html
|
| @@ -100,30 +100,32 @@
|
| </span>
|
| <div class="secondary">$i18n{aboutBrowserVersion}</div>
|
| </div>
|
| - <paper-button id="relaunch" class="secondary-action"
|
| + <span class="secondary-action">
|
| + <paper-button id="relaunch" class="secondary-button"
|
| <if expr="not chromeos">
|
| - hidden="[[!shouldShowRelaunch_(currentUpdateStatusEvent_)]]"
|
| + hidden="[[!shouldShowRelaunch_(currentUpdateStatusEvent_)]]"
|
| </if>
|
| <if expr="chromeos">
|
| - hidden="[[!shouldShowRelaunch_(
|
| - currentUpdateStatusEvent_, targetChannel_)]]"
|
| + hidden="[[!shouldShowRelaunch_(
|
| + currentUpdateStatusEvent_, targetChannel_)]]"
|
| </if>
|
| - on-tap="onRelaunchTap_">
|
| - $i18n{aboutRelaunch}
|
| - </paper-button>
|
| + on-tap="onRelaunchTap_">
|
| + $i18n{aboutRelaunch}
|
| + </paper-button>
|
| <if expr="chromeos">
|
| - <paper-button id="relaunchAndPowerwash" class="secondary-action"
|
| - hidden="[[!shouldShowRelaunchAndPowerwash_(
|
| - currentUpdateStatusEvent_, targetChannel_)]]"
|
| - on-tap="onRelaunchAndPowerwashTap_">
|
| - $i18n{aboutRelaunchAndPowerwash}
|
| - </paper-button>
|
| - <paper-button id="checkForUpdates" class="secondary-action"
|
| - hidden="[[!shouldShowCheckUpdates_(currentUpdateStatusEvent_)]]"
|
| - on-tap="onCheckUpdatesTap_">
|
| - $i18n{aboutCheckForUpdates}
|
| - </paper-button>
|
| + <paper-button id="relaunchAndPowerwash" class="secondary-button"
|
| + hidden="[[!shouldShowRelaunchAndPowerwash_(
|
| + currentUpdateStatusEvent_, targetChannel_)]]"
|
| + on-tap="onRelaunchAndPowerwashTap_">
|
| + $i18n{aboutRelaunchAndPowerwash}
|
| + </paper-button>
|
| + <paper-button id="checkForUpdates" class="secondary-button"
|
| + hidden="[[!shouldShowCheckUpdates_(currentUpdateStatusEvent_)]]"
|
| + on-tap="onCheckUpdatesTap_">
|
| + $i18n{aboutCheckForUpdates}
|
| + </paper-button>
|
| </if>
|
| + </span>
|
| </div>
|
| <div id="help" class="settings-box two-line" on-tap="onHelpTap_"
|
| actionable>
|
|
|