browser/devtools/netmonitor/netmonitor.css

Thu, 15 Jan 2015 15:55:04 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 15:55:04 +0100
branch
TOR_BUG_9701
changeset 9
a63d609f5ebe
permissions
-rw-r--r--

Back out 97036ab72558 which inappropriately compared turds to third parties.

michael@0 1 /* vim:set ts=2 sw=2 sts=2 et: */
michael@0 2 /* This Source Code Form is subject to the terms of the Mozilla Public
michael@0 3 * License, v. 2.0. If a copy of the MPL was not distributed with this
michael@0 4 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
michael@0 5
michael@0 6 #toolbar-labels {
michael@0 7 overflow: hidden;
michael@0 8 }
michael@0 9
michael@0 10 #details-pane-toggle[disabled] {
michael@0 11 /* Don't use display: none; to avoid collapsing #requests-menu-toolbar */
michael@0 12 visibility: hidden;
michael@0 13 }
michael@0 14
michael@0 15 #custom-pane {
michael@0 16 overflow: auto;
michael@0 17 }
michael@0 18
michael@0 19 #response-content-image-box {
michael@0 20 overflow: auto;
michael@0 21 }
michael@0 22
michael@0 23 #timings-summary-blocked {
michael@0 24 display: none; /* This doesn't work yet. */
michael@0 25 }
michael@0 26
michael@0 27 #network-statistics-charts {
michael@0 28 overflow: auto;
michael@0 29 }
michael@0 30
michael@0 31 /* Responsive sidebar */
michael@0 32 @media (max-width: 700px) {
michael@0 33 #toolbar-spacer,
michael@0 34 #details-pane-toggle,
michael@0 35 #details-pane[pane-collapsed],
michael@0 36 .requests-menu-waterfall,
michael@0 37 .requests-menu-footer-label,
michael@0 38 .requests-menu-status-code {
michael@0 39 display: none;
michael@0 40 }
michael@0 41 }

mercurial