/* Copyright (c) 2012 The Chromium Authors. All rights reserved. * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ /* Force tab strip to extend to the left and right edges of the window. */ #internet-details-content-area { -webkit-box-orient: vertical; display: -webkit-box; padding: 6px 0 0 0; } #network-details-header { -webkit-padding-start: 20px; margin: 0; padding-bottom: 12px; padding-top: 32px; } #network-details-title { font-size: 18px; } #network-details-subtitle-status { color: rgb(53, 174, 71); } /* Fix the height of the subpages so that the dialog does not resize when the user switches tabs. */ #internet-details-content-area > .subpages-tab-contents { -webkit-box-flex: 1; -webkit-box-sizing: border-box; -webkit-padding-end: 10px; height: 390px; min-width: 480px; overflow-y: auto; } /* Avoid additional margins between text fields and controlled setting indicators as the fields in these dialogs have sufficient spacing around them already. */ #internet-details-content-area input:-webkit-any([type='text'],[type='url'],:not([type])) + .controlled-setting-indicator { -webkit-margin-start: 0; } #vpn-tab td { padding: 0; } #vpn-tab .option-value:not(input) { padding: 4px; } #ip-config-list { min-height: 96px !important; } /* Minimum and maximum height are integer multiples of the height of a list entry. */ #ignored-host-list { -webkit-margin-start: 0; border: 1px solid #bfbfbf; min-height: 64px; width: 400px; } #ignored-host-list[disabled] { background-color: rgb(235, 235, 228); color: #999; opacity: 1; } #new-host { -webkit-margin-start: 0; margin-top: 8px; } #ipconfig-section { border-top: 1px solid #eee; margin-bottom: 8px; padding-top: 8px; } #ipconfig-dns-section { border-top: 1px solid #eee; padding-top: 8px; } #user-dns-settings:not([selected]) { display: none; } .dns-display { -webkit-margin-start: 24px; -webkit-transition: opacity 150ms ease-in-out; color: #bbb; font-style: italic; } .dns-display:not([selected]) { -webkit-transition: opacity 150ms ease-in-out; display: none; } .proxy-subsection { padding-left: 24px; }