css changed to fix history overflow
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
@page { size: A4 landscape; margin: 1cm; }
|
||||
* { margin: 0; padding: 0; box-sizing: border-box; }
|
||||
body { font-family: Arial, sans-serif; font-size: 9pt; line-height: 1.2; }
|
||||
.container { width: 277mm; height: 190mm; padding: 5mm; }
|
||||
.container { width: 277mm; height: 190mm; padding: 1mm; }
|
||||
table { border-collapse: collapse; width: 100%; height:74%; }
|
||||
.charinfo{height:100%}
|
||||
.charinfo{height:92%}
|
||||
td, th { border: 1px solid #000; padding: 2px 4px; }
|
||||
.header { display: flex; justify-content: space-between; font-size: 8pt; margin-bottom: 3mm; }
|
||||
.header-left { font-weight: bold; }
|
||||
@@ -17,23 +17,25 @@ td, th { border: 1px solid #000; padding: 2px 4px; }
|
||||
.info-box { border: 2px solid #000; padding: 5px; margin: 5px 0; display: inline-block; min-width: 320px; font-size: 12pt; line-height: 1.8;}
|
||||
.flex { display: flex; gap: 10px; }
|
||||
.col { flex: 1; }
|
||||
.col-chartype { flex: 1; }
|
||||
.col-charinfo { flex: 1; }
|
||||
.small { font-size: 8pt; }
|
||||
.right { text-align: right; }
|
||||
.main-content { margin-bottom: 5mm; }
|
||||
.left-section { display: flex; gap: 4px; width: 50%; flex-wrap: wrap; }
|
||||
.left-section { display: flex; gap: 2px; width: 50%; flex-wrap: wrap; }
|
||||
.right-section { width: 50%; display: flex; flex-direction: column; height: 100%; }
|
||||
.skills-content { flex: 1; display: flex; flex-direction: column; }
|
||||
.margin-bottom-3 { margin-bottom: 3mm; }
|
||||
.margin-top-5 { margin-top: 5mm; }
|
||||
.left-section > .margin-top-5 { width: 100%; }
|
||||
.left-section .history-table { width: 100%; }
|
||||
.margin-top-2 { margin-top: 2mm; }
|
||||
.bonus-row { display: flex; justify-content: space-between; font-size: 11pt; line-height: 1.5;}
|
||||
.margin-top-3 { margin-top: 3mm; }
|
||||
.margin-top-5 { margin-top: 5mm; }
|
||||
.margin-bottom-3 { margin-bottom: 3mm; }
|
||||
.left-section > .margin-top-5 { width: 100%; }
|
||||
/*.left-section .history-table { width: 100%; line-height: 1; } */
|
||||
.bonus-row { display: flex; justify-content: space-between; font-size: 11pt; line-height: 1.5;}
|
||||
.attr-box-80 { min-width: 80px; }
|
||||
.attr-box-100 { min-width: 100px; }
|
||||
.attr-box-120 { min-width: 120px; }
|
||||
.history-table { width: 400px; }
|
||||
.history-table { line-height: 1; width: 400px; }
|
||||
.skills-title { font-weight: bold; text-align: center; margin-bottom: 3mm; }
|
||||
.skills-container { display: flex; gap: 5mm; width: 100%; }
|
||||
.skills-table { font-size: 8pt; flex: 1; width: 50%; }
|
||||
|
||||
Reference in New Issue
Block a user