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> |