third part of syncing LCARStrek with Firefox 36 windows theme changes (changeset...
[themes.git] / LCARStrek / browser / devtools / webconsole_networkpanel.css
CommitLineData
9099c61d
RK
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/. */
569543b3
RK
4
5body {
6 font-family: "Liberation Sans",Arial,Tahoma,Helvetica,sans-serif;
7 font-size: 11px;
8 background: #000000;
6831f2a0 9 color: #FF9F00;
569543b3
RK
10}
11
6831f2a0 12#header {
569543b3
RK
13 padding: 5px;
14 overflow-x:auto;
8a933f1e 15 display: block;
569543b3
RK
16}
17
18h1 {
19 font-size: 13px;
6831f2a0
RK
20 line-height: 15px;
21 padding: 3px 10px;
22 vertical-align: bottom;
569543b3
RK
23 margin: 0px;
24 border-bottom: 1px solid #9C9CFF;
25}
26
27h1 .info {
28 font-size: 11px;
6831f2a0
RK
29 line-height: 15px;
30 vertical-align: bottom;
569543b3
RK
31 float: right;
32 color: #9C9CFF;
33 padding-right: 3px;
8a933f1e 34 display: block;
569543b3
RK
35}
36
6831f2a0 37.property-table {
569543b3
RK
38 padding: 2px 5px;
39 color: #9C9CFF;
6831f2a0 40 width: 100%;
569543b3 41 max-height: 330px;
6831f2a0 42 overflow: auto;
569543b3
RK
43}
44
6831f2a0 45.property-table-header {
569543b3
RK
46 font-size: 11px;
47 font-weight: bold;
48 padding-right: 4px;
49 color: #FF9F00;
6831f2a0 50 white-space: nowrap;
a21f2959 51 text-align: end;
6831f2a0
RK
52 vertical-align: top;
53 width: 10%;
569543b3
RK
54}
55
6831f2a0 56.property-table-value {
569543b3
RK
57 padding-right: 5px;
58 font-size: 11px;
6831f2a0
RK
59 word-wrap: break-word;
60 width: 90%;
569543b3
RK
61}
62
63div.group {
64 margin-top: 10px;
65}
66
6831f2a0
RK
67div.group,
68#header {
569543b3
RK
69 background: #000000;
70 border-color: #9C9CFF;
71 border-style: solid;
72 border-width: 1px;
73 border-radius: 4px 4px 4px 4px;
74}
75
76img#responseImageNode {
77 max-width: 100%;
78}
79
80#responseImageNodeDiv {
81 padding: 5px;
82}
990cba4b
RK
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}