summaryrefslogtreecommitdiffstats
path: root/reporting/functest/default.css
diff options
context:
space:
mode:
authorMorgan Richomme <morgan.richomme@orange.com>2016-05-19 14:41:23 +0200
committerMorgan Richomme <morgan.richomme@orange.com>2016-05-19 14:44:36 +0200
commitf9f9b174c8593d007c05aaf5239a223cc9c2f3ba (patch)
tree2dc87df8e7502678d6cf6ad989e861411e6f8ffa /reporting/functest/default.css
parent09f38fb67b1caeb4ccd33b83120842fbad306f78 (diff)
Adapt reporting after Functest refactoring
Get test cases from cases declares in Tiers Consider only Tier 0-3 to validate scenario Display results for Tier > 3 Change-Id: I581702bd7f2cc323d38b82a2404b301fb8fd7840 Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Diffstat (limited to 'reporting/functest/default.css')
-rw-r--r--reporting/functest/default.css23
1 files changed, 22 insertions, 1 deletions
diff --git a/reporting/functest/default.css b/reporting/functest/default.css
index 0e330e9..897c3b1 100644
--- a/reporting/functest/default.css
+++ b/reporting/functest/default.css
@@ -53,4 +53,25 @@ td{
.btn-more {
color: white;
background-color: #0095a2;
-} \ No newline at end of file
+}
+
+h1 {
+ display: block;
+ font-size: 2em;
+ margin-top: 0.67em;
+ margin-bottom: 0.67em;
+ margin-left: 0;
+ margin-right: 0;
+ font-weight: bold;
+}
+
+h2 {
+ display: block;
+ font-size: 1.5em;
+ margin-top: 0.83em;
+ margin-bottom: 0.83em;
+ margin-left: 0;
+ margin-right: 0;
+ font-weight: bold;
+ color:rgb(128, 128, 128)
+}