7c911e969eee14f3efa1d7ed5630fcd5f0fb6d39
[kismet-logviewer.git] / logviewer / static / css / jquery.kismet.gps.css
1 div.kg-top-icon {
2     display: inline-block;
3     font-size: 14px;
4     font-weight: normal;
5     padding-left: 5px;
6     padding-right: 5px;
7 }
8
9 div.kg-dialog-content {
10     height: 100%;
11     display: flex;
12
13     flex-direction: column;
14 }
15
16 div.kg-dialog-header {
17     background-color: #AAAAAA;
18     height: 20px;
19 }
20
21 div.kg-dialog-main {
22     height: 100%;
23     flex: 1;
24 }
25
26 div.kg-dialog-footer {
27     background-color: #CCCCCC;
28     height: 20px;
29 }
30
31 i.kg-icon-base {
32     color: #707070;
33     font-size: 18px;
34 }
35
36 i.kg-icon-2d {
37     color: yellow !important;
38 }
39
40 i.kg-icon-3d {
41     color: green !important;
42 }
43
44 i.kg-header-icon {
45     margin: 5px;
46     font-size: 14px;
47 }
48
49 b.kg-header-text {
50     font-size: 14px;
51 }
52
53 .kg-bottom-text {
54     margin: auto;
55     display: table;
56 }
57
58 span.kg-header-close {
59     position: absolute;
60     right: 5px;
61     top: 5px;
62 }
63
64 .kg-dialog-center {
65     position: absolute;
66     top: 50%;
67     left: 50%;
68     transform: translateX(-50%) translateY(-50%);
69 }
70
71 .gpstext {
72     padding-right: 4px;
73     font-size: 14px;
74     font-weight: normal;
75 }
76
77 .gpstext_lost {
78     font-weight: bold;
79     color: red;
80 }