projects
/
kismet-logviewer.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
stupid files
[kismet-logviewer.git]
/
logviewer
/
static
/
css
/
jquery.kismet.channeldisplay.css
1
#channels {
2
overflow: hidden !important;
3
position: relative;
4
width: 100%;
5
height: 100%;
6
}
7
8
.k_cd_container {
9
position: absolute;
10
11
top: 24px;
12
left: 0px;
13
right: 0px;
14
bottom: 0px;
15
}
16
17
.k_cd_banner {
18
position: absolute;
19
20
left: 0px;
21
top: 0px;
22
right: 0px;
23
24
height: 22px;
25
max-height: 22px;
26
27
margin-top: 2px;
28
margin-bottom: 2px;
29
30
width: 100%;
31
32
overflow: hidden !important;
33
34
background-color: #d0d0d0;
35
36
font-size: 10px;
37
}
38
39
.k_cd_banner select {
40
margin-left: 5px;
41
margin-right: 5px;
42
}
43
44
.k_cd_picker {
45
position: absolute;
46
right: 10px;
47
top: 5px;
48
z-index: 100;
49
50
display: flex;
51
justify-content: center;
52
align-items:center;
53
54
}
55
56
.k_cd_type {
57
position: absolute;
58
left: 10px;
59
top: 5px;
60
z-index: 100;
61
62
display: flex;
63
justify-content: center;
64
align-items:center;
65
66
67
padding-left: 5px;
68
padding-right: 5px;
69
}
70
71
.k_cd_type select {
72
73
}
74