- CodeIgniter 4 framework setup with SQL Server database config - Models: Control, Test, Dept, Result, Daily/ Monthly entry models - Controllers: Dashboard, Control, Test, Dept, Entry, Report, API endpoints - Views: CRUD pages with modal dialogs, dashboard, reports - Database: Migrations for control test and daily/monthly result tables - Legacy v1 PHP application preserved in /v1 directory - Documentation: AGENTS.md, VIEWS_RULES.md for development guidelines
17 lines
679 B
CSS
17 lines
679 B
CSS
/*html,pre,th,table { font-family:'Courier New', Courier, monospace; font-size:7.8pt; margin:0;}*/
|
|
html,pre,th,table { font-family:'Lucida Console', Monaco, monospace; font-size:9pt; margin:0;}
|
|
#page {
|
|
z-index:1; background: white; display: block; margin: 0; page-break-after:always;
|
|
width: 210mm; height: 280mm;
|
|
}
|
|
#page { padding:0.5cm 0.5cm 0cm 0.5cm; }
|
|
table {border-collapse:collapse; }
|
|
th,td { line-height:1.3; padding:3px; }
|
|
td { vertical-align:top; border:solid 1px black; }
|
|
th { border:solid 1.5px black; }
|
|
|
|
h1,h2,h3,h4,h5 { padding:0; margin:0; }
|
|
#resultdata { float:left; width:6cm; }
|
|
#resultimg { float: left; width:7cm; }
|
|
#footer { float:left; margin:0cm auto; }
|