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

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

Issue 2130553002: MD Settings: About page, fix alignment of Relaunch/Restart button. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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/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>
« 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