Add new certificateProvider extension API.
[chromium-blink-merge.git] / chrome / browser / resources / options / chromeos / internet_detail.css
blob1528bc087811157078402ae56c70d9f1c02cf541
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 /* Force tab strip to extend to the left and right edges of the window. */
6 #internet-details-content-area {
7 -webkit-box-orient: vertical;
8 display: -webkit-box;
9 padding: 6px 0 0 0;
12 #network-details-header {
13 -webkit-padding-start: 20px;
14 margin: 0;
15 padding-bottom: 12px;
16 padding-top: 32px;
19 #network-details-title {
20 font-size: 18px;
23 #network-details-subtitle-status {
24 color: rgb(53, 174, 71);
28 /* Fix the height of the subpages so that the dialog does not resize when the
29 user switches tabs. */
30 #internet-details-content-area > .subpages-tab-contents {
31 -webkit-box-flex: 1;
32 -webkit-box-sizing: border-box;
33 -webkit-padding-end: 10px;
34 height: 390px;
35 min-width: 480px;
36 overflow-y: auto;
39 /* Avoid additional margins between text fields and controlled setting
40 indicators as the fields in these dialogs have sufficient spacing around
41 them already. */
42 #internet-details-content-area
43 input:-webkit-any([type='text'],[type='url'],:not([type])) +
44 .controlled-setting-indicator {
45 -webkit-margin-start: 0;
48 #vpn-tab td {
49 padding: 0;
52 #vpn-tab .option-value:not(input) {
53 padding: 4px;
56 #vpn-tab.third-party-vpn-provider tr.built-in-vpn-provider-only {
57 display: none;
60 #vpn-tab:not(.third-party-vpn-provider) tr.third-party-vpn-provider-only {
61 display: none;
64 #ip-config-list {
65 min-height: 96px !important;
68 /* Minimum and maximum height are integer multiples of the height of a list
69 entry. */
70 #ignored-host-list {
71 -webkit-margin-start: 0;
72 border: 1px solid #bfbfbf;
73 min-height: 64px;
74 width: 400px;
77 #ignored-host-list[disabled] {
78 background-color: rgb(235, 235, 228);
79 color: #999;
80 opacity: 1;
83 #new-host {
84 -webkit-margin-start: 0;
85 margin-top: 8px;
88 #ipconfig-section {
89 border-top: 1px solid #eee;
90 margin-bottom: 8px;
91 padding-top: 8px;
94 #ipconfig-dns-section {
95 border-top: 1px solid #eee;
96 padding-top: 8px;
99 #user-dns-settings:not([selected]) {
100 display: none;
103 .dns-display {
104 -webkit-margin-start: 24px;
105 -webkit-transition: opacity 150ms ease-in-out;
106 color: #bbb;
107 font-style: italic;
110 .dns-display:not([selected]) {
111 -webkit-transition: opacity 150ms ease-in-out;
112 display: none;
115 .proxy-subsection {
116 padding-left: 24px;