gowebUSA / MSSA-Project

MSSASD7 repository for projects in C# and T-SQL
1 stars 0 forks source link

Replace all mso attributes to css compliant attributes #27

Closed gowebUSA closed 4 years ago

gowebUSA commented 4 years ago

The form needs to fit on a single sheet of paper for paper back up. The form css needs to fit the window of the browser and information should also fit inside the form.

Good list and explanation of mso and css attributes:

Accepted criteria: When information fits inside the form properly and able to print on a single sheet of paper for proper filing.

gowebUSA commented 4 years ago

Same as Issue #20. All mso css templates works. Everytime I launch the DETAILS link on the Workload tab, at first, the form doesn't look like it's calibrated. I checked the viewsource code and inspection mode and found out that stylesheets.css were empty. So I re-published the stylesheet to Azure and it worked. I also moved the Aircraft Details body below the form so when we print, it can capture the whole form on one page. Tested printing and it looks good. See sample here.