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

Unified Diff: chrome/browser/sync/resources/configure.html

Issue 6291008: Make tweaks to password UI following today's UI review: added a learn more li... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 11 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/sync/resources/configure.html
===================================================================
--- chrome/browser/sync/resources/configure.html (revision 71877)
+++ chrome/browser/sync/resources/configure.html (working copy)
@@ -153,6 +153,10 @@
margin-bottom: 5px;
}
+#learn-more-link {
+ float: right;
+}
+
#change-passphrase {
margin: 10px 0;
background: #EEE;
@@ -568,6 +572,9 @@
<div>
<input id="explicit-option" name="option" type="radio"
value="explicit" onchange="onRadioChange();">
+ <div id="learn-more-link">
+ <a i18n-values="href:encryptionhelpurl" i18n-content="learnmore"></a>
+ </div>
<span i18n-content="explicitOption"></span>
</input>
</div>

Powered by Google App Engine
This is Rietveld 408576698