diff --git a/ver_formulario_enviado.php b/ver_formulario_enviado.php index 0ec079b..e59a92a 100644 --- a/ver_formulario_enviado.php +++ b/ver_formulario_enviado.php @@ -533,10 +533,32 @@ function _addExamWizardHtml(string $cid): string { - /* ── Modo compact (tablet, 2 columnas) ── */ + /* ── Modo compact (3 columnas para inputs cortos) ── */ @media (min-width: 480px) { - .campos-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4px 14px; align-items: start; } - .campos-grid .campo-full { grid-column: span 2; } + .campos-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 6px 14px; align-items: start; } + .campos-grid .campo-full { grid-column: span 3; } + } + /* ── Checkboxes y radios con área táctil mayor ── */ + .campo-edit .form-check { + padding-left: 2.2em; + min-height: 2.2rem; + display: flex; + align-items: center; + gap: 0; + } + .campo-edit .form-check-input { + width: 1.35em; + height: 1.35em; + margin-top: 0; + margin-left: -2.2em; + cursor: pointer; + flex-shrink: 0; + } + .campo-edit .form-check-label { + font-size: 15px; + line-height: 1.4; + padding-left: 0.5em; + cursor: pointer; } @@ -1060,7 +1082,7 @@ function _addExamWizardHtml(string $cid): string { -