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

Unified Diff: chrome/browser/resources/options/about_page.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 | « no previous file | chrome/browser/resources/options/advanced_options.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/about_page.html
diff --git a/chrome/browser/resources/options/about_page.html b/chrome/browser/resources/options/about_page.html
index 32d1faae61cac8c9a217e2247975d1c684a60df6..05baa8d0c241c5c1522974730b5b36b11af3ede5 100644
--- a/chrome/browser/resources/options/about_page.html
+++ b/chrome/browser/resources/options/about_page.html
@@ -1,4 +1,4 @@
-<div class="page" id="aboutPage" hidden>
+<div id="aboutPage" class="page" hidden>
<h1 i18n-content="product"></h1>
<div id="aboutPageLessInfo">
<section>
@@ -13,8 +13,8 @@
<span i18n-content="browser_version"></span>
</div>
<div>
- <button class="link-button" id="moreInfoButton"
- i18n-content="more_info"></button>
+ <button id="moreInfoButton" class="link-button"
+ i18n-content="more_info"></button>
</div>
</div>
</section>
@@ -28,7 +28,7 @@
<option value="beta-channel" i18n-content="beta"></option>
<option value="dev-channel" i18n-content="dev"></option>
</select>
- <div hidden id="channelWarningBlock">
+ <div id="channelWarningBlock" hidden>
<div id="channelWarning" i18n-content="channel_warning_header"></div>
<div i18n-content="channel_warning_text"></div>
</div>
@@ -101,7 +101,7 @@
<div>
<!-- TODO seanparent: fill in last checked. -->
<!-- <span i18n-content="last_check"></span> -->
- <button disabled id="checkNow" i18n-content="check_now"></button>
+ <button id="checkNow" i18n-content="check_now" disabled></button>
</div>
</div>
</section>
« no previous file with comments | « no previous file | chrome/browser/resources/options/advanced_options.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698