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

Unified Diff: chrome/browser/resources/options2/browser_options.html

Issue 10837190: Standardize size of WebUI controls for touch and non-touch. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Convert <span> to <p>. Created 8 years, 4 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/options2/browser_options.html
diff --git a/chrome/browser/resources/options2/browser_options.html b/chrome/browser/resources/options2/browser_options.html
index b888d206ec5fc290861add94d9a190258c393a6a..77c42150aee1b9848bafbfb033584df78e3efce7 100644
--- a/chrome/browser/resources/options2/browser_options.html
+++ b/chrome/browser/resources/options2/browser_options.html
@@ -29,7 +29,7 @@
</if>
<section>
<h3 i18n-content="sectionTitleAppearance"></h3>
- <div>
+ <div class="settings-row">
<if expr="pp_ifdef('chromeos') and pp_ifdef('use_ash')">
<button id="set-wallpaper" i18n-content="setWallpaper"
guest-visibility="disabled"></button>
@@ -199,12 +199,12 @@
<button id="privacyClearDataButton"
i18n-content="privacyClearDataButton"></button>
</div>
- <div id="privacy-explanation" class="settings-row">
+ <p id="privacy-explanation" class="settings-row">
<span i18n-content="improveBrowsingExperience"></span>
<span i18n-content="disableWebServices"></span>
<a target="_blank" i18n-content="learnMore"
i18n-values="href:privacyLearnMoreURL"></a>
- </div>
+ </p>
<div class="checkbox">
<label>
<input id="alternateErrorPagesEnabled"
@@ -385,8 +385,10 @@
<section>
<h3 i18n-content="advancedSectionTitleLanguages"></h3>
<span class="settings-row" i18n-content="languageSectionLabel"></span>
- <button id="language-button"
- i18n-content="languageAndSpellCheckSettingsButton"></button>
+ <div class="settings-row">
+ <button id="language-button"
+ i18n-content="languageAndSpellCheckSettingsButton"></button>
+ </div>
<div class="checkbox">
<label>
<input id="enableTranslate" pref="translate.enabled"
@@ -459,8 +461,8 @@
<section id="cloud-print-connector-section">
<h3 i18n-content="advancedSectionTitleCloudPrint"></h3>
<div>
- <span id="cloudPrintConnectorLabel" class="settings-row"
- i18n-content="cloudPrintConnectorDisabledLabel"></span>
+ <p id="cloudPrintConnectorLabel" class="settings-row"
+ i18n-content="cloudPrintConnectorDisabledLabel"></p>
<div class="settings-row">
<button id="cloudPrintConnectorSetupButton"
i18n-content="cloudPrintConnectorDisabledButton"></button>

Powered by Google App Engine
This is Rietveld 408576698