667f865a5d51e35163541012f2f353e7fbd3a7fe
[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-family: Frutiger, "Helvetica Neue", Helvetica, Arial, sans-serif;
13 }
14
15 header {
16     padding-top: 5px;
17     text-align: center;
18     font-weight: bold;
19 }
20
21 #tblMetrics {
22     overflow-y: scroll;
23     height: 360px;
24     display: block;
25 }
26
27 #cnvGraph {
28     width: 100%;
29     height: 500px;
30 }
31
32 #divTree {
33     font-size: 10pt;
34 }