foist
[kismet-logviewer.git] / logviewer / static / css / kismet.ui.datasources.css
1 div.k-cc-main {
2     position: absolute;
3     top: 5px;
4     left: 5px;
5     bottom: 5px;
6     right: 5px;
7     overflow-y: hidden !important;
8 }
9
10 div.k-cc-canvas {
11     width: 100%;
12     height: 100%;
13     overflow-y: hidden !important;
14 }
15
16 canvas.k-cc-canvas {
17     overflow-y: hidden !important;
18 }
19
20 div.k-ds-tablediv {
21     overflow-y: hidden;
22     position: absolute;
23     top: 5px;
24     left: 5px;
25     bottom: 5px;
26     right: 5px;
27 }
28
29 i.k-ds-warning {
30     color: yellow;
31 }
32
33 i.k-ds-error {
34     color: red;
35     padding-left: 2px;
36     padding-right: 2px;
37 }
38
39 i.k-ds-paused {
40     padding-left: 2px;
41     padding-right: 2px;
42 }
43
44 div.k-ds-details {
45     padding: 10px;
46 }
47
48 div.k-ds-accordion {
49     padding: 5px;
50 }
51
52 span.k-ds-source {
53     padding-left: 5px;
54     display: inline-block;
55     width: 20%;
56     min-width: 200px;
57 }
58
59 span.k-ds-rrd {
60 }
61
62 div.k-ds-content {
63     padding: 5px;
64 }
65
66 div.k-ds-modal {
67     display: none;
68     position: absolute;
69     z-index: 1;
70     left: 0;
71     top: 0;
72     width: 100%;
73     height: 100%;
74     overflow: auto;
75     background-color: rgb(0,0,0);
76     background-color: rgba(0,0,0,0.4);
77 }
78
79 .k-ds-modal-content {
80     background-color: #fefefe;
81     margin-top: 5px;
82     margin-bottom: 5px;
83     margin-left: auto;
84     margin-right: auto;
85     text-align: center;
86     padding: 10px;
87     border: 1px solid #888;
88     width: 80%;
89 }
90
91 div.k-ds-contentdiv {
92     overflow-y: auto;
93     position: absolute;
94     top: 5px;
95     left: 5px;
96     bottom: 5px;
97     right: 5px;
98 }
99
100 table.k-ds-table {
101     border: 0;
102 }
103
104 table.k-ds-table b {
105     padding-top: 0.5em;
106 }
107
108 table.k-ds-table td {
109     vertical-align: top;
110 }
111
112 table.k-ds-table tr td:nth-of-type(1) {
113     width: 20%;
114     max-width: 100px;
115 }
116
117 table.k-ds-table tr td:nth-of-type(2)  {
118     width: 100%;
119 }
120
121 /* System channel flag */
122 .enable-chan-system {
123     background: orange !important;
124 }
125
126 /* User selected */
127 .enable-chan-user {
128     background: orange !important;
129 }
130
131 /* User disabled */
132 .disable-chan-user {
133
134 }
135