diff --git a/public/assets/css/style.css b/public/assets/css/style.css index 0ee2673..940bdfc 100644 --- a/public/assets/css/style.css +++ b/public/assets/css/style.css @@ -323,6 +323,17 @@ body { justify-content: flex-end; } +.form-row { + display: flex; + gap: 1rem; + align-items: center; + flex-wrap: wrap; +} + +.form-row .form-control { + width: auto; +} + /* Media Queries */ @media (max-width: 768px) { .navbar { @@ -377,6 +388,16 @@ body { margin: 1rem; padding: 1.5rem; } + + .form-row { + flex-direction: column; + align-items: stretch; + } + + .form-row .form-control, + .form-row .btn { + width: 100% !important; + } } @media (max-width: 480px) { diff --git a/public/rotaciones.php b/public/rotaciones.php index 2a5e8fc..fff5798 100644 --- a/public/rotaciones.php +++ b/public/rotaciones.php @@ -48,12 +48,12 @@ if (isPost() && ($auth->isAdmin() || $auth->isCoordinador())) {

⚙️ Panel de Generación

-
- -