/* * Copyright 2013 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. */ #log-level-container { margin: 5px; } #log-level-container label { vertical-align: middle; } #log-level-container input { margin-bottom: 1px; vertical-align: middle; } #network-log-container { border: 1px solid rgb(220, 220, 220); font-size: 12px; height: 350px; overflow: scroll; padding: 10px; width: 100%; } #network-log-container p { font-family: monospace; line-height: 20px; margin: 2px; } .state-table { border-collapse: collapse; } .state-table tr td { border: 1px solid rgb(220, 220, 220); font-size: 13px; } .state-table-header { font-weight: bold; } .state-table-expand-button-cell { text-align: center; } .state-table-expand-button { background-color: #f0f0f0; border: 1px solid; border-color: #a0a0a0; height: 12px; margin: 4px; padding: 0; width: 12px; } .state-table-expand-button-expanded { background-color: #b0b0b0; } .state-table-expanded-cell { white-space: pre-wrap; } .network-level-tag { -webkit-margin-end: 5px; border: 1px solid; border-radius: 2px; padding: 0 4px; } .network-log-level-event { color: orange; } .network-log-level-error { color: red; } .network-log-level-debug { color: blue; }