.eventlog { height: 200px; flex: 0 0 auto; display: flex; flex-direction: column; > div { background-color: #F2F2F2; padding: 0 5px; flex: 0 0 auto; border-top: 1px solid #aaa; cursor: row-resize; } > pre { flex: 1 1 auto; margin: 0; border-radius: 0; overflow-x: auto; overflow-y: scroll; background-color: #fcfcfc; } .fa-close { cursor: pointer; float: right; color: grey; padding: 3px 0; padding-left: 10px; &:hover { color: black; } } .btn-toggle { margin-top: -2px; margin-left: 3px; padding: 2px 2px; font-size: 10px; line-height: 10px; border-radius: 2px; } .label { cursor: pointer; vertical-align: middle; display: inline-block; margin-top: -2px; margin-left: 3px; } } _adjustment'>attitude_adjustment upstream openwrtJames
aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/patch-kernel.sh
blob: 91753ba2fdf11406ceef41eea7c84a53984f532d (plain)
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