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

Unified Diff: chrome/browser/resources/options/content_settings.html

Issue 7063029: Options: Style cleanup - id attribute first. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/content_settings.html
diff --git a/chrome/browser/resources/options/content_settings.html b/chrome/browser/resources/options/content_settings.html
index e8ec76d1aaff899d98358f9e66a2b33fe74d5e52..0930ad9a9b8b48e262454482f0f744005ea35cdf 100644
--- a/chrome/browser/resources/options/content_settings.html
+++ b/chrome/browser/resources/options/content_settings.html
@@ -1,4 +1,4 @@
-<div class="page" id="content-settings-page" hidden>
+<div id="content-settings-page" class="page" hidden>
<h1 i18n-content="contentSettingsPage"></h1>
<!-- Cookie filter tab contents -->
<section>
@@ -22,7 +22,6 @@
<span i18n-content="cookies_block"></span>
</label>
</div>
-
<div class="checkbox">
<label>
<input id="block-third-party-cookies"
@@ -40,14 +39,12 @@
class="clear-plugin-lso-data-disabled"></span>
</label>
</div>
-
<button class="exceptions-list-button" contentType="cookies"
i18n-content="manage_exceptions"></button>
<button id="show-cookies-button"
i18n-content="cookies_show_cookies"></button>
</div>
</section>
-
<!-- Image filter -->
<section>
<h3 i18n-content="images_tab_label"></h3>
@@ -64,12 +61,10 @@
<span i18n-content="images_block"></span>
</label>
</div>
-
<button class="exceptions-list-button" contentType="images"
i18n-content="manage_exceptions"></button>
</div>
</section>
-
<!-- JavaScript filter -->
<section>
<h3 i18n-content="javascript_tab_label"></h3>
@@ -86,12 +81,10 @@
<span i18n-content="javascript_block"></span>
</label>
</div>
-
<button class="exceptions-list-button" contentType="javascript"
i18n-content="manage_exceptions"></button>
</div>
</section>
-
<!-- Plug-ins filter -->
<section>
<h3 i18n-content="plugins_tab_label"></h3>
@@ -102,7 +95,7 @@
<span i18n-content="plugins_allow"></span>
</label>
</div>
- <div class="radio" id="click_to_play">
+ <div id="click_to_play" class="radio">
<label>
<input type="radio" name="plugins" value="ask">
<span i18n-content="plugins_ask"></span>
@@ -114,7 +107,6 @@
<span i18n-content="plugins_block"></span>
</label>
</div>
-
<button class="exceptions-list-button" contentType="plugins"
i18n-content="manage_exceptions"></button>
<a id="plugins-tab" href="about:plugins"
@@ -122,7 +114,6 @@
</a>
</div>
</section>
-
<!-- Pop-ups filter -->
<section>
<h3 i18n-content="popups_tab_label" class="content-settings-header"></h3>
@@ -139,12 +130,10 @@
<span i18n-content="popups_block"></span>
</label>
</div>
-
<button class="exceptions-list-button" contentType="popups"
i18n-content="manage_exceptions"></button>
</div>
</section>
-
<!-- Location filter -->
<section>
<h3 i18n-content="location_tab_label"></h3>
@@ -167,12 +156,10 @@
<span i18n-content="location_block"></span>
</label>
</div>
-
<button class="exceptions-list-button" contentType="location"
i18n-content="manage_exceptions"></button>
</div>
</section>
-
<!-- Notifications filter tab contents -->
<section>
<h3 i18n-content="notifications_tab_label"></h3>
@@ -195,7 +182,6 @@
<span i18n-content="notifications_block"></span>
</label>
</div>
-
<button class="exceptions-list-button" contentType="notifications"
i18n-content="manage_exceptions"></button>
</div>

Powered by Google App Engine
This is Rietveld 408576698