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

Unified Diff: chrome/browser/resources/signin/signin_error/signin_error.html

Issue 2387123002: Put the signin error's "Learn More" link on its own line. (Closed)
Patch Set: Created 4 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
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/ui/webui/signin/signin_error_ui.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/signin/signin_error/signin_error.html
diff --git a/chrome/browser/resources/signin/signin_error/signin_error.html b/chrome/browser/resources/signin/signin_error/signin_error.html
index 2114b2dcf38f9c6541ed0653562d7b7cbd57ad49..4057781c9deeaf06f56eaf871f4626645669f401 100644
--- a/chrome/browser/resources/signin/signin_error/signin_error.html
+++ b/chrome/browser/resources/signin/signin_error/signin_error.html
@@ -32,7 +32,10 @@
<body>
<div class="container">
<div class="top-title-bar">$i18n{signinErrorTitle}</div>
- <div class="details">$i18nRaw{signinErrorMessage}</div>
+ <div class="details">
+ <p>$i18nRaw{signinErrorMessage}</p>
+ <a id="learnMoreLink" href="#">$i18nRaw{signinErrorLearnMore}</a>
+ </div>
<div class="action-container">
<paper-button class="primary-action" id="switchButton">
$i18n{signinErrorSwitchLabel}
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/ui/webui/signin/signin_error_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698