lf_report.py: makes header more consistent with ScriptReport.java

- removes hard coded spacing using BRs
- corrects h4 styling
- report.css styling will allow three rows of H1 before shoving date out of the header

Signed-off-by: Jed Reynolds <jed@bitratchet.com>
This commit is contained in:
Jed Reynolds
2022-04-11 11:05:39 -07:00
committed by shivam
parent 3a2c02be9f
commit e22611b3b0
2 changed files with 18 additions and 7 deletions

View File

@@ -390,12 +390,10 @@ class lf_report:
<body>
<div id='BannerBack'>
<div id='Banner'>
<br/>
<img id='BannerLogo' align='right' src="CandelaLogo2-90dpi-200x90-trans.png" border='0'/>
<div class='HeaderStyle'>
<br>
<h1 class='TitleFontPrint' style='color:darkgreen;'>{title}</h1>
<h3 class='TitleFontPrint' style='color:darkgreen;'>{date}</h3>
<h4 class='TitleFontPrintSub' style='color:darkgreen;'>{date}</h4>
</div>
</div>
</div>
@@ -417,12 +415,10 @@ class lf_report:
<body>
<div id='BannerBack'>
<div id='BannerLeft'>
<br/>
<img id='BannerLogo' align='right' src="CandelaLogo2-90dpi-200x90-trans.png" border='0'/>
<div class='HeaderStyle'>
<br>
<h1 class='TitleFontPrint' style='color:darkgreen;'>{title}</h1>
<h3 class='TitleFontPrint' style='color:darkgreen;'>{date}</h3>
<h4 class='TitleFontPrintSub' style='color:darkgreen;'>{date}</h4>
</div>
</div>
</div>