From 840b933440f2042d767d61e6185c37f5248b8241 Mon Sep 17 00:00:00 2001 From: Barreto <45976190+barretowiisk@users.noreply.github.com> Date: Mon, 26 Aug 2024 22:52:53 -0300 Subject: [PATCH] Update cadastrar.php --- application/views/conecte/cadastrar.php | 61 ++++++++++++++++++++++++- 1 file changed, 59 insertions(+), 2 deletions(-) diff --git a/application/views/conecte/cadastrar.php b/application/views/conecte/cadastrar.php index 525b3da09..4e6e55177 100644 --- a/application/views/conecte/cadastrar.php +++ b/application/views/conecte/cadastrar.php @@ -58,7 +58,19 @@ font-weight: 500; } + + + .widget-content { + display: grid; + grid-template-columns: 1fr 1fr; + /* gap:20px; */ + } + @media (max-width: 480px) { + .row-fluid { + display: block; + } + form { display: block !important; } @@ -70,16 +82,61 @@ .btn-xs { position: initial !important; } + .controls { + margin-left: 50%; + } + + .btn { + position: absolute; /* Reposiciona o botão na posição absoluta */ + width: auto; /* Define a largura automática do botão */ + } + } + + @media (max-width: 767px) { + .widget-content { + display: block; /* Exibe os campos em bloco */ + } + + .control-group { + margin-bottom: 15px; /* Espaçamento entre os campos */ + } + + .controls { + margin-left: 0; /* Remove o deslocamento à esquerda */ + } + + .control-group input[type="text"], + .control-group input[type="password"], + .control-group select { + width: 100%; /* Faz os inputs ocuparem toda a largura disponível */ + } + + .btn { + position: static; /* Remove a posição absoluta do botão */ + width: 100%; /* Faz o botão ocupar a largura total do campo */ + margin-top: 10px; /* Adiciona espaçamento acima do botão */ + } + + .form-actions { + display: flex; + flex-direction: column; + align-items: center; + } + + .form-actions .span12 { + display: flex; + justify-content: center; + } } -
+
Cadastre-se no Sistema
-
+