| 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 5b4ef74de5d67a261677456c6af7b6a4b2d26934..3e2194bd5996b88a367170f2fb78e1b0a8ba5432 100644
|
| --- a/chrome/browser/resources/options/website_settings.css
|
| +++ b/chrome/browser/resources/options/website_settings.css
|
| @@ -62,10 +62,11 @@
|
| .website-properties {
|
| -webkit-margin-after: 8px;
|
| -webkit-margin-start: 8px;
|
| + -webkit-padding-after: 4px;
|
| }
|
|
|
| .website-property-area {
|
| - -webkit-margin-after: 22px;
|
| + -webkit-margin-after: 8px;
|
| align-items: center;
|
| display: flex;
|
| justify-content: space-between;
|
| @@ -102,6 +103,14 @@
|
| border: 1px solid #d9d9d9;
|
| }
|
|
|
| +#website-settings-edit-page .website-property-button {
|
| + min-width: 70px;
|
| +}
|
| +
|
| +#website-settings-edit-page .website-property-controls {
|
| + min-width: 165px;
|
| +}
|
| +
|
| /* Styles for the origin list elements in the website settings page. */
|
| #origin-list {
|
| border: 1px solid #d9d9d9;
|
|
|