2013-03-12 06:50:42 +00:00
|
|
|
/* vim:set ts=2 sw=2 sts=2 et: */
|
|
|
|
/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
|
|
|
|
2013-06-06 06:53:09 +00:00
|
|
|
#toolbar-labels {
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
2013-05-10 09:01:08 +00:00
|
|
|
#details-pane-toggle[disabled] {
|
2014-01-07 09:58:07 +00:00
|
|
|
/* Don't use display: none; to avoid collapsing #requests-menu-toolbar */
|
2013-05-10 09:01:08 +00:00
|
|
|
visibility: hidden;
|
|
|
|
}
|
|
|
|
|
2014-02-01 06:37:53 +00:00
|
|
|
#custom-pane {
|
2013-03-12 06:50:42 +00:00
|
|
|
overflow: auto;
|
|
|
|
}
|
2013-04-17 06:57:36 +00:00
|
|
|
|
2014-02-01 06:37:53 +00:00
|
|
|
#response-content-image-box {
|
2013-06-26 09:09:59 +00:00
|
|
|
overflow: auto;
|
|
|
|
}
|
|
|
|
|
2013-04-18 06:35:27 +00:00
|
|
|
#timings-summary-blocked {
|
|
|
|
display: none; /* This doesn't work yet. */
|
|
|
|
}
|
|
|
|
|
2014-02-01 06:37:53 +00:00
|
|
|
#network-statistics-charts {
|
|
|
|
overflow: auto;
|
|
|
|
}
|
|
|
|
|
2013-04-17 06:57:36 +00:00
|
|
|
/* Responsive sidebar */
|
|
|
|
@media (max-width: 700px) {
|
2013-04-22 18:12:17 +00:00
|
|
|
#toolbar-spacer,
|
2013-04-17 06:57:36 +00:00
|
|
|
#details-pane-toggle,
|
2013-04-22 18:12:17 +00:00
|
|
|
#details-pane[pane-collapsed],
|
2013-05-24 17:53:10 +00:00
|
|
|
.requests-menu-waterfall,
|
2014-03-31 15:14:47 +00:00
|
|
|
.requests-menu-footer-label,
|
|
|
|
.requests-menu-status-code {
|
2013-05-24 17:53:10 +00:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|