Add new certificateProvider extension API.
[chromium-blink-merge.git] / chrome / browser / resources / options / content_settings.css
blob36c6393af3d8c36c1f3e28a955bd31de595b17f3
1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */
5 #content-settings-page {
6 min-width: 620px;
9 #content-settings-exceptions-area {
10 min-width: 540px;
13 .exception-pattern {
14 -webkit-box-flex: 1;
15 -webkit-margin-end: 10px;
16 -webkit-margin-start: 14px;
19 .exception-setting {
20 display: inline-block;
21 width: 120px;
24 select.exception-setting {
25 vertical-align: middle;
28 #exception-column-headers {
29 -webkit-margin-start: 17px;
30 display: -webkit-box;
31 margin-top: 17px;
34 #exception-column-headers > div {
35 font-weight: bold;
38 #exception-pattern-column {
39 -webkit-box-flex: 1;
42 .exception-value-column-header {
43 width: 145px;
46 .otr-explanation {
47 font-style: italic;
50 #content-settings-exceptions-area list {
51 margin-bottom: 10px;
52 margin-top: 4px;
55 #disable-plugins-container {
56 /* Same as .checkbox and .radio padding. Using padding instead of margin
57 * to ensure minimum height for tap target. */
58 padding: 7px 0;
61 #group-indicator {
62 margin-left: 5px;
65 div[role='listitem'][controlled-by] {
66 color: #666;
67 font-style: italic;
68 position: relative;
71 .settings-list div[role='listitem'][controlled-by='policy'],
72 .settings-list div[role='listitem'][controlled-by='extension'] {
73 background: rgb(250, 230, 146);
74 border-bottom: 1px solid rgb(201, 189, 141);
75 border-top: 0;
78 .sublabel {
79 -webkit-margin-start: 2em;
82 select.media-device-control {
83 margin: 5px 0;
84 width: 12em;
87 select.media-device-control:empty {
88 display: none;
91 .exception-setting.media-audio-setting {
92 width: 6em;
95 .exception-setting.media-video-setting {
96 width: 6.5em;
99 #media-column-header {
100 display: -webkit-box;
103 #media-audio-column {
104 width: 6em;
107 #media-video-column {
108 width: 8.5em;