-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathstyle.css
More file actions
58 lines (51 loc) · 1016 Bytes
/
style.css
File metadata and controls
58 lines (51 loc) · 1016 Bytes
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
.logs-container {
position: relative;
flex: 1;
}
.logs-container .logview {
position: absolute;
top: 0;
display: block;
bottom: 53px;
padding: 15px 0;
width: 100%;
}
.logs-container .logview-monitor {
position: relative;
top: 0;
display: block;
width: 100%;
height: 100%;
overflow-y: auto;
font-family: monospace;
-ms-user-select: text;
-moz-user-select: text;
-webkit-user-select: text;
user-select: text;
}
.logs-container .toolbar-footer {
bottom: 0;
position: absolute;
width: 100%;
height: 47px;
padding: 10px 15px;
background: #f6f6f6;
border-color: #ccc;
}
.logs-container .toolbar-title {
font-weight: bold;
display: inline-block;
vertical-align: middle;
margin-right: 15px;
}
.logs-container .toolbar-actions {
margin: 0;
padding: 0;
display: inline-block;
}
.logs-container .btn-group > .btn:only-child {
border-radius: 4px;
}
.hiddenGroup {
display: none;
}