| Index: chrome/browser/resources/options/managed_user_settings.css
|
| diff --git a/chrome/browser/resources/options/managed_user_settings.css b/chrome/browser/resources/options/managed_user_settings.css
|
| index db9f14127f7bd72bd39b1282f5ecec737d5f0833..e10a0ae97db7ae8ddeb931c34d676d9156ba0d3c 100644
|
| --- a/chrome/browser/resources/options/managed_user_settings.css
|
| +++ b/chrome/browser/resources/options/managed_user_settings.css
|
| @@ -6,7 +6,6 @@
|
| min-width: 600px;
|
| }
|
|
|
| -/* Content Packs list */
|
| #content-packs-list {
|
| margin-bottom: 10px;
|
| min-height: 0;
|
| @@ -21,3 +20,30 @@
|
| #managed-user-settings-page:not(.locked) #unlock-settings {
|
| display: none;
|
| }
|
| +
|
| +#managed-user-exceptions-area {
|
| + min-width: 540px;
|
| +}
|
| +
|
| +#managed-user-exceptions-area list {
|
| + margin-bottom: 10px;
|
| + margin-top: 4px;
|
| +}
|
| +
|
| +#manual-exception-column-headers {
|
| + -webkit-margin-start: 17px;
|
| + display: -webkit-flex;
|
| + margin-top: 17px;
|
| +}
|
| +
|
| +#manual-exception-column-headers > div {
|
| + font-weight: bold;
|
| +}
|
| +
|
| +#manual-exception-pattern-column {
|
| + -webkit-flex: 1;
|
| +}
|
| +
|
| +#manual-exception-behavior-column {
|
| + width: 145px;
|
| +}
|
|
|