Chromium Code Reviews| 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..6442639b8caeafb1d982023075aece117b122484 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><span id="cloudPrintConnectorLabel" class="settings-row" |
|
Evan Stade
2012/08/14 18:38:01
why not convert the span to a <p>?
kevers
2012/08/14 20:26:53
Done.
|
| + i18n-content="cloudPrintConnectorDisabledLabel"></span></p> |
| <div class="settings-row"> |
| <button id="cloudPrintConnectorSetupButton" |
| i18n-content="cloudPrintConnectorDisabledButton"></button> |