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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/resources/options/search_engine_manager.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/sync_setup_overlay.html
diff --git a/chrome/browser/resources/options/sync_setup_overlay.html b/chrome/browser/resources/options/sync_setup_overlay.html
index 51498726a3a35af0ff5aa2d1814b1b90dec43a59..33d25ec2d9fbadb5e1e11c542bb635dcb859d4a3 100644
--- a/chrome/browser/resources/options/sync_setup_overlay.html
+++ b/chrome/browser/resources/options/sync_setup_overlay.html
@@ -341,10 +341,10 @@
<input id="confirm-passphrase" type="password"
i18n-values="placeholder:confirmLabel">
</div>
- <div class="error" style="display:none"
- id="empty-error" i18n-content="emptyErrorMessage"></div>
- <div class="error" style="display:none"
- id="mismatch-error" i18n-content="mismatchErrorMessage"></div>
+ <div id="empty-error" class="error" style="display:none"
+ i18n-content="emptyErrorMessage"></div>
+ <div id="mismatch-error" class="error" style="display:none"
+ i18n-content="mismatchErrorMessage"></div>
</div>
</div>
</div>
« 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