| Index: chrome/browser/resources/options2/browser_options.css
|
| diff --git a/chrome/browser/resources/options2/browser_options.css b/chrome/browser/resources/options2/browser_options.css
|
| index bc83dd5eb0da30f123bc66265302c694db1c7c8e..c9eb29d65de54fbd66fa1260fd639352f6d25b6f 100644
|
| --- a/chrome/browser/resources/options2/browser_options.css
|
| +++ b/chrome/browser/resources/options2/browser_options.css
|
| @@ -2,44 +2,14 @@
|
| * Use of this source code is governed by a BSD-style license that can be
|
| * found in the LICENSE file. */
|
|
|
| -#home-page-select-container {
|
| - margin-top: 5px;
|
| -}
|
| -
|
| -#default-search-engine-group {
|
| - -webkit-box-orient: vertical;
|
| - display: -webkit-box;
|
| -}
|
| -
|
| -#default-search-engine-group > div {
|
| - -webkit-box-orient: horizontal;
|
| - display: -webkit-box;
|
| -}
|
| -
|
| -#default-search-engine {
|
| - -webkit-box-flex: 1;
|
| - display: block;
|
| - max-width: 100px;
|
| -}
|
| -
|
| -#default-search-group-label {
|
| - margin-bottom: 5px;
|
| -}
|
| -
|
| #manage-default-search-engines {
|
| - -webkit-margin-start: 10px;
|
| - margin-top: 0;
|
| + -webkit-margin-start: 4px;
|
| }
|
|
|
| #default-browser-state {
|
| margin-top: 6px;
|
| }
|
|
|
| -#instant-setting {
|
| - margin-bottom: 3px;
|
| - margin-top: 10px
|
| -}
|
| -
|
| #sync-overview p {
|
| display: inline;
|
| }
|
| @@ -126,8 +96,7 @@ html[dir=rtl] #account-picture-wrapper {
|
| margin-top: 10px;
|
| }
|
|
|
| -#mac-passwords-warning,
|
| -#manage-data-group {
|
| +#mac-passwords-warning {
|
| margin-top: 10px;
|
| }
|
|
|
|
|