| Index: chrome/browser/resources/options/content_settings.css
|
| diff --git a/chrome/browser/resources/options/content_settings.css b/chrome/browser/resources/options/content_settings.css
|
| index 36c6393af3d8c36c1f3e28a955bd31de595b17f3..6e59544aa2947c9cd81af722b35b7d8722f4959e 100644
|
| --- a/chrome/browser/resources/options/content_settings.css
|
| +++ b/chrome/browser/resources/options/content_settings.css
|
| @@ -21,10 +21,24 @@
|
| width: 120px;
|
| }
|
|
|
| +.settings-list div[role='listitem'][controlled-by='policy'] .exception-setting,
|
| +.settings-list div[role='listitem'][controlled-by='extension']
|
| + .exception-setting {
|
| + width: calc(120px - 8px);
|
| +}
|
| +
|
| select.exception-setting {
|
| vertical-align: middle;
|
| }
|
|
|
| +.overruled .exception-setting {
|
| + width: calc(120px - 24px);
|
| +}
|
| +
|
| +.overruled .overruleable {
|
| + text-decoration: line-through;
|
| +}
|
| +
|
| #exception-column-headers {
|
| -webkit-margin-start: 17px;
|
| display: -webkit-box;
|
|
|