Index: chrome/browser/resources/options2/advanced_options.html |
diff --git a/chrome/browser/resources/options2/advanced_options.html b/chrome/browser/resources/options2/advanced_options.html |
index 6dd606ad59821254ab6ba6941dafe1528a0ff94e..ce50f82c01cb6c51c4dba05c0e3b1f392c739b99 100644 |
--- a/chrome/browser/resources/options2/advanced_options.html |
+++ b/chrome/browser/resources/options2/advanced_options.html |
@@ -26,13 +26,13 @@ |
<section> |
<h3 i18n-content="advancedSectionTitlePrivacy"></h3> |
<div> |
- <div class="section-group"> |
+ <div class="settings-row"> |
<button id="privacyContentSettingsButton" |
i18n-content="privacyContentSettingsButton"></button> |
<button id="privacyClearDataButton" |
i18n-content="privacyClearDataButton"></button> |
</div> |
- <div id="privacy-explanation"> |
+ <div id="privacy-explanation" class="settings-row"> |
<span i18n-content="improveBrowsingExperience" |
class="informational-text"> |
</span> |
@@ -164,7 +164,7 @@ |
<section> |
<h3 i18n-content="advancedSectionTitleContent"></h3> |
<div> |
- <div class="section-group"> |
+ <div class="settings-row"> |
<label class="web-content-select-label"> |
<span i18n-content="defaultFontSizeLabel"></span> |
<select id="defaultFontSize"> |
@@ -180,7 +180,7 @@ |
<button id="fontSettingsCustomizeFontsButton" |
i18n-content="fontSettingsCustomizeFontsButton"></button> |
</div> |
- <div class="section-group"> |
+ <div class="settings-row"> |
<label class="web-content-select-label"> |
<span i18n-content="defaultZoomFactorLabel"></span> |
<select id="defaultZoomFactor" dataType="double"></select> |
@@ -201,8 +201,8 @@ |
<section> |
<h3 i18n-content="advancedSectionTitleNetwork"></h3> |
<div> |
- <div id="proxiesLabel"></div> |
- <div class="section-group"> |
+ <span id="proxiesLabel" class="settings-row"></span> |
+ <div class="settings-row"> |
<button id="proxiesConfigureButton" |
i18n-content="proxiesConfigureButton"></button> |
</div> |
@@ -211,7 +211,7 @@ |
</if> |
<section> |
<h3 i18n-content="advancedSectionTitleLanguages"></h3> |
- <div i18n-content="languageSectionLabel"></div> |
+ <span class="settings-row" i18n-content="languageSectionLabel"></span> |
<button id="language-button" |
i18n-content="languageAndSpellCheckSettingsButton"></button> |
<div class="checkbox"> |
@@ -226,7 +226,7 @@ |
<section> |
<h3 i18n-content="downloadLocationGroupName"></h3> |
<div> |
- <div id="download-location-group"> |
+ <div class="settings-row"> |
<label> |
<span i18n-content="downloadLocationBrowseTitle"></span> |
<input id="downloadLocationPath" class="weakrtl" type="text" |
@@ -244,9 +244,9 @@ |
<span i18n-content="downloadLocationAskForSaveLocation"></span> |
</label> |
</div> |
- <div id="auto-open-file-types-label" |
+ <div id="auto-open-file-types-label" class="settings-row" |
i18n-content="autoOpenFileTypesInfo"></div> |
- <div class="section-group"> |
+ <div class="settings-row"> |
<button id="autoOpenFileTypesResetToDefault" |
i18n-content="autoOpenFileTypesResetToDefault"></button> |
</div> |
@@ -256,7 +256,7 @@ |
<section> |
<h3 i18n-content="advancedSectionTitleSecurity"></h3> |
<div> |
- <div class="section-group"> |
+ <div class="settings-row"> |
<button id="certificatesManageButton" |
i18n-content="certificatesManageButton"></button> |
</div> |
@@ -272,13 +272,13 @@ |
<section id="cloud-print-connector-section"> |
<h3 i18n-content="advancedSectionTitleCloudPrint"></h3> |
<div> |
- <div id="cloudPrintConnectorLabel" |
- i18n-content="cloudPrintConnectorDisabledLabel"></div> |
- <div class="section-group"> |
+ <span id="cloudPrintConnectorLabel" class="settings-row" |
+ i18n-content="cloudPrintConnectorDisabledLabel"></span> |
+ <div class="settings-row"> |
<button id="cloudPrintConnectorSetupButton" |
- i18n-content="cloudPrintConnectorDisabledButton"></button> |
+ i18n-content="cloudPrintConnectorDisabledButton"></button> |
<button id="cloudPrintManageButton" |
- i18n-content="cloudPrintConnectorEnabledManageButton"></button> |
+ i18n-content="cloudPrintConnectorEnabledManageButton"></button> |
</div> |
</div> |
</section> |
@@ -294,7 +294,7 @@ |
<a target="_blank" i18n-content="learnMore" |
i18n-values="href:cloudPrintLearnMoreURL"></a> |
</div> |
- <div class="section-group"> |
+ <div class="settings-row"> |
<button id="cloudPrintManageButton" |
i18n-content="cloudPrintChromeosOptionButton"></button> |
</div> |