2353214416c468789c1ec10fcff3a2f0817dd447
[yardstick.git] / yardstick / common / nsb_report.css
1 /*******************************************************************************
2  * Copyright (c) 2017 Rajesh Kudaka <4k.rajesh@gmail.com>
3  * Copyright (c) 2018 Intel Corporation.
4  *
5  * All rights reserved. This program and the accompanying materials
6  * are made available under the terms of the Apache License, Version 2.0
7  * which accompanies this distribution, and is available at
8  * http://www.apache.org/licenses/LICENSE-2.0
9  ******************************************************************************/
10
11 body {
12     font-size: 16pt;
13 }
14
15 table {
16     overflow-y: scroll;
17     height: 360px;
18     display: block;
19     width: 100%;
20 }
21
22 header {
23     font-family: Frutiger, "Helvetica Neue", Helvetica, Arial, sans-serif;
24     clear: left;
25     text-align: center;
26 }
27
28 h1 {
29     font-size: 20pt;
30     font-weight: bold;
31     height: 20px;
32     margin: 0px 0px;
33 }
34
35 h4 {
36     font-size: 13pt;
37     height: 1px;
38     margin-bottom: 0px;
39 }
40
41 .control-pane {
42     font-size: 10pt;
43 }
44
45 .data-pane {
46 }