Commit 7fe0dc4ad0a25a8a8016db3380ac00a65c202f5d
1 parent
7beb617d
Exists in
master
css e length
Showing
3 changed files
with
3 additions
and
2 deletions
Show diff stats
WebContent/WEB-INF/jsp/formularioOrgao/formularioOrgao.jsp
... | ... | @@ -38,8 +38,8 @@ |
38 | 38 | |
39 | 39 | <label for="nomeOrgao">Nome do órgão:</label> |
40 | 40 | <input type="hidden" name="hNomeOrgao" value="1"/><input type="text" name="nomeOrgao" id="nomeOrgao" size="60" maxlength="60" value="${questionario.noOrgao}" readonly="readonly" title="Este campo é somente para leitura, não pode ser editado!"><br><br> |
41 | - | |
42 | 41 | |
42 | + | |
43 | 43 | <fieldset class="layoutCampos"> |
44 | 44 | <legend>Responsável pelo Preenchimento</legend> |
45 | 45 | <input type="hidden" name="hNomePessoa" value="2"/><label for="nomePessoa" class="obrigatorio">Nome completo:</label> | ... | ... |
WebContent/WEB-INF/jsp/relatorio/relatorioImprimir.jsp
... | ... | @@ -20,7 +20,7 @@ |
20 | 20 | <body id='imprimir'> |
21 | 21 | <div> |
22 | 22 | <div id="center"> |
23 | - <h1 class="maiusculo"> | |
23 | + <h1 class="maiusculo" > | |
24 | 24 | RELATÓRIO CIRCUNSTANCIADO DE ACESSIBILIDADE DIGITAL (Art. 120 da Lei nº 13.146/2015)<br> |
25 | 25 | ${questionario.noOrgao}<br> |
26 | 26 | EXERCÍCIO DE 2016 | ... | ... |