Correção no CSS e HTML pesquisa cpf, Agendamento e Titulos.

parent bd73aca5
...@@ -10409,3 +10409,20 @@ p .button_agendar { ...@@ -10409,3 +10409,20 @@ p .button_agendar {
.enviarbtn:hover { .enviarbtn:hover {
background: linear-gradient(174deg, rgb(138, 158, 139) 4%, rgb(16, 157, 23) 10%, rgb(4, 36, 7) 100%); background: linear-gradient(174deg, rgb(138, 158, 139) 4%, rgb(16, 157, 23) 10%, rgb(4, 36, 7) 100%);
} }
/* ******** PES CPF ****** */
.field-btn-Proxino {
text-align: center;
}
#fielTituloEntrega-1-cpf {
width: 30%;
text-align: center;
}
#btn-pesq2 {
width: 30%;
text-align: center;
}
\ No newline at end of file
...@@ -16,14 +16,18 @@ ...@@ -16,14 +16,18 @@
<p class="text-center"><b>Pesquisa de Títulos</b></p> <p class="text-center"><b>Pesquisa de Títulos</b></p>
</h4> </h4>
{{-- <h3 class="titulo">Pesquisa de Títulos</h3> --}} {{-- <h3 class="titulo">Pesquisa de Títulos</h3> --}}
<div class="row"> <form class="formAgedamentoTitulo">
<fieldset class="fielTituloEntrega">
<div class="form-group"> <div id="fielTituloEntrega-1">
<input type="text" class="form-control label_cpf" data-mask="000.000.000-00" name="cpf" <input type="text" class="form-control label_cpf" data-mask="000.000.000-00" name="cpf"
placeholder="000.000.000-00"> placeholder="000.000.000-00">
<br>
<button type="submit" class="btn btn-block btn-primary btn_pesquisa">Pesquisar</button> <button type="submit" class="btn btn-block btn-primary btn_pesquisa">Pesquisar</button>
</div> </div>
</div> </fieldset>
</form>
@endform @endform
......
...@@ -28,8 +28,13 @@ ...@@ -28,8 +28,13 @@
</tbody> </tbody>
</table> </table>
<form class="formAgedamentoTitulo">
<fieldset class="fielTituloEntrega">
<div id="fielTituloEntrega-1-cpf">
<button type="submit" class="btn btn-block btn-primary btn_pesquisa">Proxímo</button>
</div>
</fieldset>
</form>
@endpage @endpage
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment