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

Unified Diff: chrome/browser/resources/hotword_audio_verification/steps/finished_step.html

Issue 666073005: Hotword Audio Verification App: UI polishes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add back space on top of 'Learn More' link Created 6 years, 2 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
Index: chrome/browser/resources/hotword_audio_verification/steps/finished_step.html
diff --git a/chrome/browser/resources/hotword_audio_verification/steps/finished_step.html b/chrome/browser/resources/hotword_audio_verification/steps/finished_step.html
index d750f666564d2189cbcfe7b74349698b9646d35a..3f2bcc56f5b66af25e8835910902c013b4e4db67 100644
--- a/chrome/browser/resources/hotword_audio_verification/steps/finished_step.html
+++ b/chrome/browser/resources/hotword_audio_verification/steps/finished_step.html
@@ -23,11 +23,11 @@
</span>
</div>
You can change these settings at any time in the
- <a href="#">Chrome Settings</a>
+ <a id="settings-link" href="#">Chrome Settings</a>
</div>
</div>
<div class="buttonbar">
- <button id="done-button" class="primary">DONE</button>
+ <button id="done-button" class="primary finish-button">DONE</button>
</div>
</div>
</div>

Powered by Google App Engine
This is Rietveld 408576698