| Index: chrome/browser/resources/options/website_settings.css
|
| diff --git a/chrome/browser/resources/options/website_settings.css b/chrome/browser/resources/options/website_settings.css
|
| index 55ba99dc133646fee444487ce87e0d7113ea8656..c93cb07d82b4b8adc6fff8cabf341a61bd80ae0d 100644
|
| --- a/chrome/browser/resources/options/website_settings.css
|
| +++ b/chrome/browser/resources/options/website_settings.css
|
| @@ -17,16 +17,17 @@
|
| }
|
|
|
| .website-header-controls {
|
| + align-items: center;
|
| display: flex;
|
| + justify-content: space-between;
|
| }
|
|
|
| .website-header-controls > div {
|
| font-weight: bold;
|
| }
|
|
|
| -.resource-type-select {
|
| - -webkit-margin-end: auto;
|
| - min-width: 170px;
|
| +#allowed-origin-list-title {
|
| + font-size: 1.3em;
|
| }
|
|
|
| #website-settings-search-box {
|
| @@ -113,7 +114,7 @@
|
| }
|
|
|
| #website-settings-global-controls {
|
| - -webkit-margin-after: 8px;
|
| + -webkit-margin-after: 24px;
|
| align-items: center;
|
| display: flex;
|
| }
|
|
|