diff options
Diffstat (limited to 'yardstick/common/nsb_report.css')
-rw-r--r-- | yardstick/common/nsb_report.css | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/yardstick/common/nsb_report.css b/yardstick/common/nsb_report.css index 2beb91c53..235321441 100644 --- a/yardstick/common/nsb_report.css +++ b/yardstick/common/nsb_report.css @@ -16,6 +16,7 @@ table { overflow-y: scroll; height: 360px; display: block; + width: 100%; } header { @@ -24,6 +25,22 @@ header { text-align: center; } +h1 { + font-size: 20pt; + font-weight: bold; + height: 20px; + margin: 0px 0px; +} + +h4 { + font-size: 13pt; + height: 1px; + margin-bottom: 0px; +} + .control-pane { font-size: 10pt; } + +.data-pane { +} |