allow current nightly builds
[themes.git] / LCARStrek / browser / devtools / webconsole_networkpanel.css
1 /* This Source Code Form is subject to the terms of the Mozilla Public
2  * License, v. 2.0. If a copy of the MPL was not distributed with this
3  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
4
5 body {
6   font-family: "Liberation Sans",Arial,Tahoma,Helvetica,sans-serif;
7   font-size: 11px;
8   background: #000000;
9   color: #FF9F00;
10 }
11
12 #header {
13   padding: 5px;
14   overflow-x:auto;
15   display: block;
16 }
17
18 h1 {
19   font-size: 13px;
20   line-height: 15px;
21   padding: 3px 10px;
22   vertical-align: bottom;
23   margin: 0px;
24   border-bottom: 1px solid #9C9CFF;
25 }
26
27 h1 .info {
28   font-size: 11px;
29   line-height: 15px;
30   vertical-align: bottom;
31   float: right;
32   color: #9C9CFF;
33   padding-right: 3px;
34   display: block;
35 }
36
37 .property-table {
38   padding: 2px 5px;
39   color: #9C9CFF;
40   width: 100%;
41   max-height: 330px;
42   overflow: auto;
43 }
44
45 .property-table-header {
46   font-size: 11px;
47   font-weight: bold;
48   padding-right: 4px;
49   color: #FF9F00;
50   white-space: nowrap;
51   text-align: end;
52   vertical-align: top;
53   width: 10%;
54 }
55
56 .property-table-value {
57   padding-right: 5px;
58   font-size: 11px;
59   word-wrap: break-word;
60   width: 90%;
61 }
62
63 div.group {
64   margin-top: 10px;
65 }
66
67 div.group,
68 #header {
69   background: #000000;
70   border-color: #9C9CFF;
71   border-style: solid;
72   border-width: 1px;
73   border-radius: 4px 4px 4px 4px;
74 }
75
76 img#responseImageNode {
77   max-width: 100%;
78 }
79
80 #responseImageNodeDiv {
81   padding: 5px;
82 }
83
84 #responseBodyFetchLink, #requestBodyFetchLink {
85   padding: 5px;
86   margin: 0;
87   cursor: pointer;
88   font-weight: bold;
89   font-size: 1.1em;
90   text-decoration: underline;
91 }
92
93 .longStringEllipsis {
94   margin-left: 0.6em;
95 }