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

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
« no previous file with comments | « chrome/app/resources/locale_settings.grd ('k') | chrome/browser/sync/sync_setup_wizard.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/resources/configure.html
===================================================================
--- chrome/browser/sync/resources/configure.html (revision 71877)
+++ chrome/browser/sync/resources/configure.html (working copy)
@@ -145,7 +145,7 @@
}
.sync-section {
background: #EEE;
- margin: 5px 0px;
+ margin: 5px 0px 5px 19px;
padding: 6px;
}
@@ -153,6 +153,10 @@
margin-bottom: 5px;
}
+#learn-more-link {
+ float: right;
+}
+
#change-passphrase {
margin: 10px 0;
background: #EEE;
@@ -568,6 +572,10 @@
<div>
<input id="explicit-option" name="option" type="radio"
value="explicit" onchange="onRadioChange();">
+ <div id="learn-more-link">
+ <a i18n-values="href:encryptionhelpurl" target="_blank"
+ i18n-content="learnmore"></a>
+ </div>
<span i18n-content="explicitOption"></span>
</input>
</div>
« no previous file with comments | « chrome/app/resources/locale_settings.grd ('k') | chrome/browser/sync/sync_setup_wizard.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698