1
13693261870
2022-09-16 58d012f11dd34564d81b4eb3a6099eb689876597
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
@import 'https://fonts.googleapis.com/css?family=PT+Mono';
 
#loggingDashboard {
 
}
#loggingDashboard .tabsContainer {
    padding: 0 20px;
}
#error-retrieving-data {}
 
#loggingDashboard .btn .caret {
    margin-left: 5px;
}
 
#loggersTable td.details-control span {
    cursor: pointer;
    font-family: FontAwesome;
    font-size: 10pt;
    color: #337ab7;
}
#loggersTable td.details-control span:after {
    content: "\f067";
    /*content: "\002B"; - thinner plus sign */
}
#loggersTable tr.shown td.details-control span:after {
    content: "\f068";
    /*content: "\002D"; - thinner minus sign */
}
 
.tab-pane {
    padding: 20px 10px;
    border: 1px solid #ddd;
    border-top: none;
}
.additive {
    text-align: center;
}
.additive .glyphicon-ok {
    color: #5cb85c;
}
.additive .glyphicon-remove {
    color: #d9534f;
}
 
#logoutputarea {
    border: 0.1em solid #ccc;
    border-radius: 0.5em;
    padding: 1em;   /* space on all directions */
    font-family: 'PT Mono', monospace;
    font-size: 1em;
    width: 100%;
    height: 100%;
    background-color: black;
    color: #39e600;
}
 
#container {
    width:95%;
}