| Index: chrome/browser/resources/options/options_page.css
|
| diff --git a/chrome/browser/resources/options/options_page.css b/chrome/browser/resources/options/options_page.css
|
| index 63880836c0c9b5cd7a8a8b677189a1bd62aaa83b..16ccd42d0f56b6a6942249d7f605e19266215cf5 100644
|
| --- a/chrome/browser/resources/options/options_page.css
|
| +++ b/chrome/browser/resources/options/options_page.css
|
| @@ -153,7 +153,7 @@ section > h3 {
|
| margin-top: 5px;
|
| }
|
|
|
| -.option-control-table {
|
| +.option-control-table, section > div:only-of-type {
|
| margin-top: 5px;
|
| -webkit-padding-start: 10px;
|
| }
|
| @@ -162,6 +162,13 @@ section > h3 {
|
| -webkit-margin-start: 18px;
|
| }
|
|
|
| +/* TODO(stuartmorgan): make this less specific once all pages
|
| + * are converted to the non-table style.
|
| + */
|
| +section > div:only-of-type label {
|
| + display: block;
|
| +}
|
| +
|
| .hidden {
|
| display: none;
|
| }
|
| @@ -169,3 +176,7 @@ section > h3 {
|
| .touch-slider {
|
| -webkit-appearance: slider-horizontal;
|
| }
|
| +
|
| +input[type="checkbox"] {
|
| + margin-top: 6px;
|
| +}
|
|
|