| Index: chrome/browser/resources/settings/search_page/search_page.css
|
| diff --git a/chrome/browser/resources/settings/date_time_page/date_time_page.css b/chrome/browser/resources/settings/search_page/search_page.css
|
| similarity index 58%
|
| copy from chrome/browser/resources/settings/date_time_page/date_time_page.css
|
| copy to chrome/browser/resources/settings/search_page/search_page.css
|
| index 64b2a421354c0a0c2e88af2eb44f0153cc84f426..30e00a148c5843771aa479b99f7b4379cfeccd33 100644
|
| --- a/chrome/browser/resources/settings/date_time_page/date_time_page.css
|
| +++ b/chrome/browser/resources/settings/search_page/search_page.css
|
| @@ -2,13 +2,16 @@
|
| * Use of this source code is governed by a BSD-style license that can be
|
| * found in the LICENSE file. */
|
|
|
| -.time-zone-label {
|
| - -webkit-margin-end: 20px;
|
| +.manage-search-engines {
|
| -webkit-margin-start: 10px;
|
| - margin-bottom: 10px;
|
| - margin-top: 10px;
|
| }
|
|
|
| -#setAutomatically {
|
| - margin: 10px;
|
| +.search-engines {
|
| + align-items: center;
|
| + display: flex;
|
| + margin-top: 20px;
|
| }
|
| +
|
| +#searchEnginesMenu {
|
| + min-width: 150px;
|
| +}
|
|
|