From fc1f13449189d11cd3ed953c7b3a64cfe94b0332 Mon Sep 17 00:00:00 2001 From: VE10-Sanjeev Date: Sat, 29 Oct 2022 21:49:01 +0530 Subject: [PATCH] Testing Feedback 2 : ps --- .../JSONTOREPORT_FI_OV_DI.php | 644 +++++++---------- .../JSONTOREPORT_FI_OV_SAL.php | 518 ++++++-------- .../report_templates/JSONTOREPORT_FI_RV.php | 669 +++++++----------- 3 files changed, 721 insertions(+), 1110 deletions(-) diff --git a/api/application/views/report_templates/JSONTOREPORT_FI_OV_DI.php b/api/application/views/report_templates/JSONTOREPORT_FI_OV_DI.php index 764fd321..35edb148 100644 --- a/api/application/views/report_templates/JSONTOREPORT_FI_OV_DI.php +++ b/api/application/views/report_templates/JSONTOREPORT_FI_OV_DI.php @@ -63,13 +63,6 @@ defined('BASEPATH') or exit('No direct script access allowed'); color: #e00201; } - .simpletable, - .simpletable th, - .simpletable td { - border: 1px solid black; - border-collapse: collapse; - } - /* #########End of Mini Score Card Div Styles######### */ #rcorners_green { background: #33cc33; @@ -178,23 +171,6 @@ defined('BASEPATH') or exit('No direct script access allowed'); /* #########End of Score Card Table Styles######### */ - #boxstyle2 { - box-sizing: border-box; - width: 200px; - height: 20px; - padding: 5px; - border: 2px outset black; - text-align: center; - } - - #boxstyle3 { - box-sizing: border-box; - width: 120px; - height: 20px; - padding: 5px; - border: 2px outset black; - } - #first_div { width: 150px; height: 25px; @@ -231,90 +207,7 @@ defined('BASEPATH') or exit('No direct script access allowed'); color: red; } - - /* #########Person met card css######### */ - .chip { - - padding: 0 25px; - height: 100px; - width: 600px; - font-size: 14px; - - border-radius: 50px; - background-color: #f1f1f1; - } - - .chip #img1 { - float: left; - margin: 0 10px 0 -25px; - height: 100px; - width: 100px; - border-radius: 50%; - } - - .chip #img2 { - float: right; - margin: 0 -25px 0px -125px; - height: 100px; - width: 100px; - border-radius: 50%; - } - - - - - /* #########Person met card css######### */ - - - /* #########Doc sighted gallary css######### ;*/ - - .gallery { - margin: 5px; - border: 1px solid #ccc; - width: 100%; - - } - - .gallery:hover { - border: 1px solid #777; - } - - - - .desc { - padding: 8px; - text-align: center; - color: green - } - - /* #########Doc sighted gallary css######### */ - /* ######### TOOLTIP CSS START ######### */ - - .tooltip { - position: relative; - display: inline; - border-bottom: 1px dotted black; - } - - .tooltip .tooltiptext { - visibility: hidden; - width: 120px; - background-color: black; - color: #fff; - text-align: center; - border-radius: 6px; - padding: 5px 0; - - /* Position the tooltip */ - position: absolute; - z-index: 1; - } - - .tooltip:hover .tooltiptext { - visibility: visible; - } - #ini_table { table-layout: fixed; width: 80%; @@ -327,14 +220,6 @@ defined('BASEPATH') or exit('No direct script access allowed'); width: 50%; } - .intelligence { - /*background-color: lightgrey;*/ - width: auto; - border: 5px solid #0191ed; - padding: 5px; - /*margin: 10px;*/ - } - /* ######### TOOLTIP CSS END ######### */