blob: bbcdc59e2afb49114404bdfa4ffe62fdf5b6f602 [file] [log] [blame]
peusterm0289b602017-01-11 19:16:28 +01001body {
2 margin: 16px;
3 height: 100%;
4}
5
6#logo {
7 height: 90px;
8 text-align: right;
9}
10
11#content {
12}
13
14#input_filter {
15 width: 100px;
16}
17
18
19.tbl-timestamp {
20 font-size: 10px;
21 color: #2b669a;
22}
23
24.tbl-message {
25 font-size: 14px;
26}
27
28.tbl-address {
29 font-size: 14px;
30 vertical-align: middle;
31}
32
33.tbl-cat {
34 font-size: 14px;
35 vertical-align: middle;
36}
37
38.unitbutton {
39 cursor: pointer;
40}