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

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

Issue 6093001: Some RTL fixes for tabbed options. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: swap around id Created 10 years 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 c2693f331cbc5e49bf6cfa8938a70830e5c62585..f15002489c46c4774ce767bb29017df02ba80842 100644
--- a/chrome/browser/resources/options/content_settings.html
+++ b/chrome/browser/resources/options/content_settings.html
@@ -1,4 +1,4 @@
-<div class="page hidden" id="contentSettingsPage">
+<div class="page hidden" id="content-settings-page">
<h1 i18n-content="contentSettingsPage"></h1>
<!-- Cookie filter tab contents -->
<section>
@@ -24,7 +24,7 @@
<span i18n-content="cookies_clear_on_exit"></span>
</label>
- <button class="exceptionsListButton" contentType="cookies"
+ <button class="exceptions-list-button" contentType="cookies"
i18n-content="manage_exceptions"></button>
<button id="show-cookies-button"
i18n-content="cookies_show_cookies"></button>
@@ -44,7 +44,7 @@
<span i18n-content="images_block"></span>
</label>
- <button class="exceptionsListButton" contentType="images"
+ <button class="exceptions-list-button" contentType="images"
i18n-content="manage_exceptions"></button>
</div>
</section>
@@ -62,7 +62,7 @@
<span i18n-content="javascript_block"></span>
</label>
- <button class="exceptionsListButton" contentType="javascript"
+ <button class="exceptions-list-button" contentType="javascript"
i18n-content="manage_exceptions"></button>
</div>
</section>
@@ -84,14 +84,14 @@
<span i18n-content="plugins_block"></span>
</label>
- <button class="exceptionsListButton" contentType="plugins"
+ <button class="exceptions-list-button" contentType="plugins"
i18n-content="manage_exceptions"></button>
</div>
</section>
<!-- Pop-ups filter -->
<section>
- <h3 i18n-content="popups_tab_label" class="contentSettingsHeader"></h3>
+ <h3 i18n-content="popups_tab_label" class="content-settings-header"></h3>
<div>
<label class="radio">
<input type="radio" name="popups" value="allow">
@@ -102,7 +102,7 @@
<span i18n-content="popups_block"></span>
</label>
- <button class="exceptionsListButton" contentType="popups"
+ <button class="exceptions-list-button" contentType="popups"
i18n-content="manage_exceptions"></button>
</div>
</section>
@@ -124,7 +124,7 @@
<span i18n-content="location_block"></span>
</label>
- <button class="exceptionsListButton" contentType="location"
+ <button class="exceptions-list-button" contentType="location"
i18n-content="manage_exceptions"></button>
</div>
</section>
@@ -146,7 +146,7 @@
<span i18n-content="notifications_block"></span>
</label>
- <button class="exceptionsListButton" contentType="notifications"
+ <button class="exceptions-list-button" contentType="notifications"
i18n-content="manage_exceptions"></button>
</div>
</section>

Powered by Google App Engine
This is Rietveld 408576698