-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsw.css
69 lines (57 loc) · 1.04 KB
/
sw.css
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
60
61
62
63
64
65
66
67
68
/* SearchWing LogViewer
Copyright 2022 Friedrich Beckmann
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version. */
body {margin:0;}
.viewcontrol {
spacing : 0px;
min-height : 50px;
}
.viewcontrol td {
border-spacing : 0px 0px;
border : 1px solid red;
background-color : greenyellow;
min-width : 200px;
text-align : center;
}
nav {
float : left;
width : 150px;
background : #ccc;
}
nav ul {
list-style-type: none;
padding : 2px 10px;
}
plot {
float : left;
width : 80%;
background : #aaa;
}
#plotctrl {
border: 2px solid black;
background : greenyellow;
}
.axis {
min-width: 15%;
}
th {
min-width: 4em;
}
.axis p {
border-radius: 25px;
border: 1px solid grey;
margin-block-start: 0px;
margin-block-end: 0px;
text-align: center;
padding: 0px;
min-width: 100px;
}
.nested {
display: none;
}
.active {
display: block;
}