Skip to content

Commit

Permalink
Merge pull request #175 from ResidenciaTICBrisa/frontend-polish
Browse files Browse the repository at this point in the history
Frontend polish
  • Loading branch information
pedrobarbosaocb authored Mar 4, 2024
2 parents 1a3415b + 3264f3d commit 54c2324
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions project/app/templates/projeto.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,19 +82,21 @@ <h3>Selecione o projeto</h3>
<div class="col-6">
<div class="input-group">
<label class="name">Data início</label>
<input id="input-square" class="input-group mb-3" type="date" name="inicio"
<input id="input-square" class="form-control w-100" type="date" name="inicio"
placeholder="00/00/0000" title="Digite uma data válida." max="8">
</div>
</div>
<div class="col-6">
<div class="input-group">
<label class="name">Data fim</label>
<input id="input-square" class="input-group mb-3" type="date" name="fim"
<input id="input-square" class="form-control w-100" type="date" name="fim"
placeholder="00/00/0000" title="Digite uma data válida." max="8">
</div>
</div>
</div>

<br>

<div class="row">
<label class="name">Template</label>
</div>
Expand Down

0 comments on commit 54c2324

Please sign in to comment.