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

Side by Side Diff: chrome/browser/resources/options/sync_setup_overlay.html

Issue 7063029: Options: Style cleanup - id attribute first. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review fixes. Created 9 years, 7 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/browser/resources/options/search_engine_manager.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <div id="sync-setup-overlay" class="page" hidden> 1 <div id="sync-setup-overlay" class="page" hidden>
2 <div id="sync-setup-login" hidden> 2 <div id="sync-setup-login" hidden>
3 <h1 i18n-content="syncSetupOverlayTitle"></h1> 3 <h1 i18n-content="syncSetupOverlayTitle"></h1>
4 <div class="content-area"> 4 <div class="content-area">
5 <div> 5 <div>
6 <div id="top-blurb-error"> 6 <div id="top-blurb-error">
7 <span id="error-signing-in" i18n-content="errorSigningIn"></span> 7 <span id="error-signing-in" i18n-content="errorSigningIn"></span>
8 <span id="error-custom"></span> 8 <span id="error-custom"></span>
9 </div> 9 </div>
10 <form id="gaia-login-form"> 10 <form id="gaia-login-form">
(...skipping 323 matching lines...) Expand 10 before | Expand all | Expand 10 after
334 <span>.</span> 334 <span>.</span>
335 </div> 335 </div>
336 <div class="sync-custom-passphrase-input"> 336 <div class="sync-custom-passphrase-input">
337 <input id="custom-passphrase" type="password" 337 <input id="custom-passphrase" type="password"
338 i18n-values="placeholder:passphraseLabel"> 338 i18n-values="placeholder:passphraseLabel">
339 </div> 339 </div>
340 <div class="sync-custom-passphrase-input"> 340 <div class="sync-custom-passphrase-input">
341 <input id="confirm-passphrase" type="password" 341 <input id="confirm-passphrase" type="password"
342 i18n-values="placeholder:confirmLabel"> 342 i18n-values="placeholder:confirmLabel">
343 </div> 343 </div>
344 <div class="error" style="display:none" 344 <div id="empty-error" class="error" style="display:none"
345 id="empty-error" i18n-content="emptyErrorMessage"></div> 345 i18n-content="emptyErrorMessage"></div>
346 <div class="error" style="display:none" 346 <div id="mismatch-error" class="error" style="display:none"
347 id="mismatch-error" i18n-content="mismatchErrorMessage"></div> 347 i18n-content="mismatchErrorMessage"></div>
348 </div> 348 </div>
349 </div> 349 </div>
350 </div> 350 </div>
351 <div class="action-area"> 351 <div class="action-area">
352 <div class="action-area-link-container"> 352 <div class="action-area-link-container">
353 <a id="use-default-link" href="#" i18n-content="useDefaultSettings"> 353 <a id="use-default-link" href="#" i18n-content="useDefaultSettings">
354 </a> 354 </a>
355 </div> 355 </div>
356 <div id="choose-datatypes-throbber" class="throbber"></div> 356 <div id="choose-datatypes-throbber" class="throbber"></div>
357 <input id="choose-datatypes-ok" type="submit" i18n-values="value:ok"> 357 <input id="choose-datatypes-ok" type="submit" i18n-values="value:ok">
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
393 </div> 393 </div>
394 </form> 394 </form>
395 </div> 395 </div>
396 <div class="action-area"> 396 <div class="action-area">
397 <div id="passphrase-throbber" class="throbber"></div> 397 <div id="passphrase-throbber" class="throbber"></div>
398 <input id="passphrase-ok" type="submit" i18n-values="value:ok"> 398 <input id="passphrase-ok" type="submit" i18n-values="value:ok">
399 <input id="passphrase-cancel" type="button" i18n-values="value:cancel"> 399 <input id="passphrase-cancel" type="button" i18n-values="value:cancel">
400 </div> 400 </div>
401 </div> 401 </div>
402 </div> 402 </div>
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/search_engine_manager.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698