summaryrefslogtreecommitdiffstats
path: root/utils/test/result_collection_api/tools/reporting/default.css
diff options
context:
space:
mode:
authorboucherv <valentin.boucher@orange.com>2016-03-02 16:04:10 +0100
committerboucherv <valentin.boucher@orange.com>2016-03-03 09:54:49 +0100
commitb012fc984e8464d85adec06c958d794fa423dbf0 (patch)
tree33aab5c9ea2e92af13e5ab5fe604a5005aafe7a8 /utils/test/result_collection_api/tools/reporting/default.css
parent4258781945296de223886b9228d65c06b9213461 (diff)
Reporting dashboard for functest
Change-Id: I6a5fa0c8918c0d4a98754c38f3c33238a0132a39 Signed-off-by: boucherv <valentin.boucher@orange.com>
Diffstat (limited to 'utils/test/result_collection_api/tools/reporting/default.css')
-rw-r--r--utils/test/result_collection_api/tools/reporting/default.css56
1 files changed, 56 insertions, 0 deletions
diff --git a/utils/test/result_collection_api/tools/reporting/default.css b/utils/test/result_collection_api/tools/reporting/default.css
new file mode 100644
index 000000000..0e330e965
--- /dev/null
+++ b/utils/test/result_collection_api/tools/reporting/default.css
@@ -0,0 +1,56 @@
+.panel-header-item {
+ position: relative;
+ display: inline-block;
+ padding-left: 17px;
+ padding-right: 17px;
+}
+
+.panel-pod-name {
+ margin-top: 10px;
+ margin-right: 27px;
+ float:right;
+ padding: 6px;
+}
+
+.panel-default > .panel-heading .badge {
+ background-color: #007e88;
+ position: relative;
+ display: inline-block;
+}
+
+.panel-default > .panel-heading .progress-bar {
+ height: 100%;
+ position: absolute;
+ left: 0;
+ top: 0;
+ width: 100%;
+ background-color: #0095a2
+}
+.panel-default > .panel-heading h4 {
+ color: white;
+}
+
+.panel-default > .panel-heading {
+ background-color: #00ADBB;
+ overflow: hidden;
+ position: relative;
+ width: 100%;
+}
+
+th{
+ text-align: center;
+}
+
+td{
+ text-align: center;
+}
+
+.tr-danger {
+ background-color: #177870;
+ color: white;
+}
+
+.btn-more {
+ color: white;
+ background-color: #0095a2;
+} \ No newline at end of file