summaryrefslogtreecommitdiffstats
path: root/utils/test/result_collection_api/tools/dashboard/css/opnfv_dashboard_tests.css
diff options
context:
space:
mode:
authorMorgan Richomme <morgan.richomme@orange.com>2016-02-12 13:49:01 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-02-12 13:49:02 +0000
commit28a9e274ffe85aac6d80cf00029e1d1a2f0a39f8 (patch)
treed2f200253a13bd8ee8d8a87e1980adf742a23f98 /utils/test/result_collection_api/tools/dashboard/css/opnfv_dashboard_tests.css
parentc75e40ceaf26451384024d9917b931350238e49d (diff)
parentcc57872e0e5bd077bbfba9303e8c251fabb4bd84 (diff)
Merge "Update dashboard"
Diffstat (limited to 'utils/test/result_collection_api/tools/dashboard/css/opnfv_dashboard_tests.css')
-rw-r--r--utils/test/result_collection_api/tools/dashboard/css/opnfv_dashboard_tests.css92
1 files changed, 92 insertions, 0 deletions
diff --git a/utils/test/result_collection_api/tools/dashboard/css/opnfv_dashboard_tests.css b/utils/test/result_collection_api/tools/dashboard/css/opnfv_dashboard_tests.css
new file mode 100644
index 000000000..369b0f935
--- /dev/null
+++ b/utils/test/result_collection_api/tools/dashboard/css/opnfv_dashboard_tests.css
@@ -0,0 +1,92 @@
+/* Page CSS*/
+body {
+ background-color: #ECEDEE;
+ font: 16px/1.5em Helvetica Neue,helvetica,Arial,sans-serif;
+ color: #2E2925;
+}
+#title {
+ font-size: 30px;
+}
+
+#tests {
+ font-size: 20px;
+ color: white;
+}
+
+#test_unit {
+ position: relative;
+ left: 200px;
+}
+
+#testcase_selected{
+ position: relative;
+ left: 100px;
+ font-size: 20px;
+ color: #00ADBB;
+}
+
+/* Chart CSS */
+.chart {
+ border: 1px dashed #2E2925;
+ 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: Helvetica Neue,helvetica,Arial,sans-serif;
+}
+/* This rule only applies to the chart title */
+#div_g .dygraph-title {
+ font-size: 12px;
+ color : #2E2925;
+}
+ /* This rule only applies to the y-axis label */
+#div_g .dygraph-ylabel {
+ font-size: 10px;
+ color : #2E2925;
+}
+
+.btn-default{
+ font-size: 20px;
+ background-color: #0095A2;
+}
+
+.dropdown-header{
+ font-size: 20px;
+ background-color: #0095A2;
+}
+
+.dropdown-menu{
+ font-size: 16px;
+ background-color: #0095A2;
+}
+
+.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
+ background-color: #00ADBB;
+ color: #2E2925;
+}
+
+.nav-pills > li > a{
+ font-size: 20px;
+ background-color: #0095A2;
+ color: #2E2925;
+}
+
+.nav-pills > li.active > a{
+ font-size: 20px;
+ background-color: #FFFFFF;
+ color: #2E2925;
+}
+
+/* Overrides dygraph-legend */
+.dygraph-legend {
+ font-size: 10px !important;
+ width: 400px !important;
+ text-align: left !important;
+ left: 200px !important;
+}