2013-03-11 23:50:42 -07:00
|
|
|
/* 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/. */
|
|
|
|
|
2014-01-07 01:58:07 -08:00
|
|
|
%include ../../shared/devtools/netmonitor.inc.css
|
2013-03-11 23:50:42 -07:00
|
|
|
|
2014-01-07 01:58:07 -08:00
|
|
|
#headers-summary-resend {
|
2013-05-10 02:01:05 -07:00
|
|
|
padding: 4px;
|
2013-03-11 23:50:42 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
.requests-menu-status-and-method {
|
2013-05-24 10:53:10 -07:00
|
|
|
width: 7em;
|
2013-03-11 23:50:42 -07:00
|
|
|
}
|
|
|
|
|
2013-05-10 02:01:08 -07:00
|
|
|
.requests-menu-domain {
|
|
|
|
width: 16vw;
|
|
|
|
}
|
|
|
|
|
|
|
|
.requests-menu-size {
|
|
|
|
width: 6em;
|
|
|
|
}
|
|
|
|
|
2013-04-16 23:57:36 -07:00
|
|
|
/* Responsive sidebar */
|
|
|
|
@media (max-width: 700px) {
|
2013-05-11 00:43:55 -07:00
|
|
|
.requests-menu-header-button {
|
2013-05-24 10:53:10 -07:00
|
|
|
font-size: 85%;
|
|
|
|
}
|
2013-04-16 23:57:36 -07:00
|
|
|
}
|