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

Unified Diff: chrome/browser/resources/options/alert_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
Index: chrome/browser/resources/options/alert_overlay.html
diff --git a/chrome/browser/resources/options/alert_overlay.html b/chrome/browser/resources/options/alert_overlay.html
index aa189c04d697f0ce4989ce27d9b1ab6a896c7da7..3de00e707a4bab428791c37735e5bef0bed55ece 100644
--- a/chrome/browser/resources/options/alert_overlay.html
+++ b/chrome/browser/resources/options/alert_overlay.html
@@ -1,12 +1,12 @@
-<div class="page" id="alertOverlay" hidden>
+<div id="alertOverlay" class="page" hidden>
<h1 id="alertOverlayTitle"></h1>
<div class="content-area">
<div id="alertOverlayMessage"></div>
</div>
<div class="action-area">
<div class="button-strip">
- <button type="reset" id="alertOverlayCancel"></button>
- <button type="submit" id="alertOverlayOk"></button>
+ <button id="alertOverlayCancel" type="reset"></button>
+ <button id="alertOverlayOk" type="submit"></button>
</div>
</div>
</div>

Powered by Google App Engine
This is Rietveld 408576698