Commit 97e3e4999e03ce0bd37c050550705d2eac372a43
1 parent
110817c0
Exists in
master
and in
1 other branch
Alteracao do estilo.css e Alteracao dos arquivos restritos seguindo algumas alteracoes de Leandro
Showing
3 changed files
with
13 additions
and
13 deletions
Show diff stats
restrito/css/estilo.css
... | ... | @@ -4,7 +4,7 @@ |
4 | 4 | padding: 0px; |
5 | 5 | } |
6 | 6 | |
7 | -/* Estilização geral */ | |
7 | +/* Estilizacao geral */ | |
8 | 8 | body { |
9 | 9 | font-family: Verdana, Arial, Helvetica, Sans-serif; |
10 | 10 | font-size: 12px; |
... | ... | @@ -173,7 +173,7 @@ h6 { |
173 | 173 | } |
174 | 174 | |
175 | 175 | |
176 | -/* Estilização do menu menu */ | |
176 | +/* Estilizacao do menu menu */ | |
177 | 177 | |
178 | 178 | #menu { |
179 | 179 | width: 980px; |
... | ... | @@ -218,7 +218,7 @@ h6 { |
218 | 218 | #principal { |
219 | 219 | display: block; |
220 | 220 | min-height: 200px; |
221 | - width: 100%; | |
221 | + width: 120%; | |
222 | 222 | margin-top:-10px; |
223 | 223 | position:relative; |
224 | 224 | top:8px; |
... | ... | @@ -457,4 +457,4 @@ input[type='radio']{ |
457 | 457 | border: 1px solid #DDDDDD; |
458 | 458 | } |
459 | 459 | |
460 | -/*****************************************************/ | |
461 | 460 | \ No newline at end of file |
461 | +/*****************************************************/ | ... | ... |
restrito/lda_solicitacao/cadastro.php
restrito/lda_solicitacao/index.php
... | ... | @@ -82,14 +82,14 @@ $sql = "select sol.*, |
82 | 82 | $rs = execQueryPag($sql); |
83 | 83 | |
84 | 84 | ?> |
85 | -<h1>Solicitações Pendentes do Lei de Acesso</h1> | |
85 | +<h1>Solicitações Pendentes do Lei de Acesso</h1> | |
86 | 86 | <br><br> |
87 | 87 | <form action="index.php" method="post" id="formulario"> |
88 | 88 | <fieldset style="width: 50%;"> |
89 | 89 | <legend>Buscar:</legend> |
90 | 90 | <table align="center" width="200"> |
91 | 91 | <tr> |
92 | - <td nowrap>Nº do Protocolo:</td> | |
92 | + <td nowrap>Nº do Protocolo:</td> | |
93 | 93 | <td><input type="text" name="fltnumprotocolo" value="<?php echo $numprotocolo; ?>" maxlength="50" size="30" /></td> |
94 | 94 | </tr> |
95 | 95 | <tr> |
... | ... | @@ -118,16 +118,16 @@ $rs = execQueryPag($sql); |
118 | 118 | <tr> |
119 | 119 | <th></th> |
120 | 120 | <th>Protocolo</th> |
121 | - <th>Tipo de Solicitação</th> | |
122 | - <th>Data Solicitação</th> | |
121 | + <th>Tipo de Solicitação</th> | |
122 | + <th>Data Solicitação</th> | |
123 | 123 | <th>Solicitante</th> |
124 | 124 | <th>Data Envio</th> |
125 | 125 | <th>Origem</th> |
126 | 126 | <th>Destino</th> |
127 | 127 | <th>Prazo Restante</th> |
128 | - <th>Previsão Resposta</th> | |
128 | + <th>Previsão Resposta</th> | |
129 | 129 | <th>Prorrogado?</th> |
130 | - <th>Situação</th> | |
130 | + <th>Situação</th> | |
131 | 131 | </tr> |
132 | 132 | <?php |
133 | 133 | $cor = false; |
... | ... | @@ -208,11 +208,11 @@ $rs = execQueryPag($sql); |
208 | 208 | <?} else {?> |
209 | 209 | <tr> |
210 | 210 | <td align="right" colspan="12"> |
211 | - Não foram encontradas demandas pendentes | |
211 | + Não foram encontradas demandas pendentes | |
212 | 212 | </td> |
213 | 213 | </tr> |
214 | 214 | <?}?> |
215 | -</table> | |
215 | +</table><?php } ?> | |
216 | 216 | <br><br> |
217 | 217 | <input type="button" value="Voltar" name="voltar" class="botaoformulario" id="voltar" onclick="location.href='../inc/menu.php'" /> |
218 | 218 | </form> | ... | ... |