tinyqc/v1/assets/style_report.css
mahdahar ff90e0eb29 Initial commit: Add CodeIgniter 4 QC application with full MVC structure
- 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
2026-01-14 16:49:27 +07:00

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; }