summaryrefslogtreecommitdiffstats
path: root/utils/test/result_collection_api/tools/dashboard/opnfv_dashboard_tests.css
diff options
context:
space:
mode:
authorCloud user <cloud@test-cloudinit.novalocal>2016-01-27 17:15:11 +0000
committerCloud user <cloud@test-cloudinit.novalocal>2016-01-28 07:41:06 +0000
commita7037b84860be041e251248866fa10aac6020498 (patch)
tree52f065450c9faec2c27fcd8ad7ff0c9bea516764 /utils/test/result_collection_api/tools/dashboard/opnfv_dashboard_tests.css
parent6448d54db875664c6f9592d8ced9e3176deadff8 (diff)
Add light dashboard
Change-Id: I61c2e38b91085d9d6c5f8d5f8a52863bec8aacd6 Signed-off-by: Cloud user <cloud@test-cloudinit.novalocal>
Diffstat (limited to 'utils/test/result_collection_api/tools/dashboard/opnfv_dashboard_tests.css')
-rw-r--r--utils/test/result_collection_api/tools/dashboard/opnfv_dashboard_tests.css53
1 files changed, 53 insertions, 0 deletions
diff --git a/utils/test/result_collection_api/tools/dashboard/opnfv_dashboard_tests.css b/utils/test/result_collection_api/tools/dashboard/opnfv_dashboard_tests.css
new file mode 100644
index 000000000..fc7f248b9
--- /dev/null
+++ b/utils/test/result_collection_api/tools/dashboard/opnfv_dashboard_tests.css
@@ -0,0 +1,53 @@
+/* Page CSS*/
+body {
+ background-color:#000000;
+ font: 10px "Comic Sans MS" ;
+ color: orange;
+}
+#title {
+ font-size: 30px;
+}
+
+#tests {
+ font-size: 20px;
+ color: white;
+}
+
+#test_unit {
+ position: relative;
+ left: 200px;
+}
+
+/* Chart CSS */
+.chart {
+ border: 1px dashed orange;
+ margin: 5px;
+ padding: 2px;
+ width: 600px;
+ height:300px;
+ float:left;
+}
+
+/* Dygraph CSS */
+/* This applies to the title, x-axis label and y-axis label */
+#div_g .dygraph-label {
+ font-family: Arial, Helvetica, sans-serif;
+}
+/* This rule only applies to the chart title */
+#div_g .dygraph-title {
+ font-size: 12px;
+ color : orange;
+}
+ /* This rule only applies to the y-axis label */
+#div_g .dygraph-ylabel {
+ font-size: 10px;
+ color : orange;
+}
+
+/* Overrides dygraph-legend */
+.dygraph-legend {
+ font-size: 10px !important;
+ width: 400px !important;
+ text-align: left !important;
+ left: 200px !important;
+}