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

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

Issue 2862963002: MD Settings/Help: re-arrange separator DOM on about page (Closed)
Patch Set: Created 3 years, 7 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 c26f044a6c3a78c7fb1e416578a7914d7f7c09c0..06d1ec1d5acdc69f6d7d432b7ffc2a80eccdafe4 100644
--- a/chrome/browser/resources/settings/about_page/about_page.html
+++ b/chrome/browser/resources/settings/about_page/about_page.html
@@ -124,8 +124,8 @@
</span>
<div class="secondary copyable">$i18n{aboutBrowserVersion}</div>
</div>
+ <div class="separator" hidden="[[!showButtonContainer_]]"></div>
<span id="buttonContainer" hidden="[[!showButtonContainer_]]">
- <div class="separator"></div>
<paper-button id="relaunch" class="secondary-button"
hidden="[[!showRelaunch_]]" on-tap="onRelaunchTap_">
$i18n{aboutRelaunch}
« 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