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

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

Issue 6057003: DOMUI Settings: UTH: Fix up the 'Web Content' section. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/advanced_options.html
diff --git a/chrome/browser/resources/options/advanced_options.html b/chrome/browser/resources/options/advanced_options.html
index 57d67ce8cdfbfd6637f75ab435a3bd1e86da9762..42846ccc058ac57ba1ea08ac99934ff8cfd98072 100644
--- a/chrome/browser/resources/options/advanced_options.html
+++ b/chrome/browser/resources/options/advanced_options.html
@@ -63,8 +63,20 @@
<span i18n-content="tabsToLinksPref"></span>
</label>
</if>
- <div><button id="fontSettingsCustomizeFontsButton"
- i18n-content="fontSettingsCustomizeFontsButton"></button></div>
+ <div>
+ <label style="display:inline;">
csilv 2010/12/22 02:35:27 We can probably remove the style attribute due to
kmadhusu 2010/12/22 19:15:02 Done.
+ <span i18n-content="defaultFontSizeLabel"></span>
+ <select id="defaultFontSize">
+ <option value="9" i18n-content="FontSizeLabelVerySmall"></option>
csilv 2010/12/22 02:35:27 lowercase font size attributes, see comment in .cc
kmadhusu 2010/12/22 19:15:02 Done.
+ <option value="12" i18n-content="FontSizeLabelSmall"></option>
+ <option value="16" i18n-content="FontSizeLabelMedium"></option>
+ <option value="20" i18n-content="FontSizeLabelLarge"></option>
+ <option value="24" i18n-content="FontSizeLabelVeryLarge"></option>
+ </select>
+ </label>
+ <button id="fontSettingsCustomizeFontsButton"
+ i18n-content="fontSettingsCustomizeFontsButton"></button>
+ </div>
<div>
<label style="display:inline;">
csilv 2010/12/22 02:35:27 Remove this style attribute also as per above.
kmadhusu 2010/12/22 19:15:02 Done.
<span i18n-content="defaultZoomLevelLabel"></span>

Powered by Google App Engine
This is Rietveld 408576698