blob: 22cff1b81a540102659636d449464c3773f03077 [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
peusterme8519312017-01-11 20:56:14 +010014
15.tbl-head {
16 font-weight: bold;
17 border-bottom: 1px solid #2c3e50;
peustermf14b02a2017-01-12 19:08:34 +010018 background-color: #c9ced3;
19}
20
21.tbl-head > td {
22 padding-top: 4px;
23 padding-bottom: 4px;
24}
25
26.tbl-row > td {
27 padding-top: 4px;
28 padding-bottom: 4px;
stevenvanrossemef8d68b2017-05-04 14:09:36 +020029 vertical-align: top;
30 border-top: 1pt solid black;
peustermf14b02a2017-01-12 19:08:34 +010031
peusterm0289b602017-01-11 19:16:28 +010032}
33
peusterm208ca972017-01-11 21:15:31 +010034.spacer {
35 height: 20px;
36}
stevenvanrossemef8d68b2017-05-04 14:09:36 +020037
38.interface_table {
39 width: 350px;
40}
41
42
43.interface_port {
44 width: 150px;
45}
46
47.interface_name {
48 width: 100px;
49}
50
51.interface_ip {
52 width: 100px;
53}