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,7 +4,7 @@ | ||
4 | padding: 0px; | 4 | padding: 0px; |
5 | } | 5 | } |
6 | 6 | ||
7 | -/* Estilização geral */ | 7 | +/* Estilizacao geral */ |
8 | body { | 8 | body { |
9 | font-family: Verdana, Arial, Helvetica, Sans-serif; | 9 | font-family: Verdana, Arial, Helvetica, Sans-serif; |
10 | font-size: 12px; | 10 | font-size: 12px; |
@@ -173,7 +173,7 @@ h6 { | @@ -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 | #menu { | 178 | #menu { |
179 | width: 980px; | 179 | width: 980px; |
@@ -218,7 +218,7 @@ h6 { | @@ -218,7 +218,7 @@ h6 { | ||
218 | #principal { | 218 | #principal { |
219 | display: block; | 219 | display: block; |
220 | min-height: 200px; | 220 | min-height: 200px; |
221 | - width: 100%; | 221 | + width: 120%; |
222 | margin-top:-10px; | 222 | margin-top:-10px; |
223 | position:relative; | 223 | position:relative; |
224 | top:8px; | 224 | top:8px; |
@@ -457,4 +457,4 @@ input[type='radio']{ | @@ -457,4 +457,4 @@ input[type='radio']{ | ||
457 | border: 1px solid #DDDDDD; | 457 | border: 1px solid #DDDDDD; |
458 | } | 458 | } |
459 | 459 | ||
460 | -/*****************************************************/ | ||
461 | \ No newline at end of file | 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,14 +82,14 @@ $sql = "select sol.*, | ||
82 | $rs = execQueryPag($sql); | 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 | <br><br> | 86 | <br><br> |
87 | <form action="index.php" method="post" id="formulario"> | 87 | <form action="index.php" method="post" id="formulario"> |
88 | <fieldset style="width: 50%;"> | 88 | <fieldset style="width: 50%;"> |
89 | <legend>Buscar:</legend> | 89 | <legend>Buscar:</legend> |
90 | <table align="center" width="200"> | 90 | <table align="center" width="200"> |
91 | <tr> | 91 | <tr> |
92 | - <td nowrap>Nº do Protocolo:</td> | 92 | + <td nowrap>Nº do Protocolo:</td> |
93 | <td><input type="text" name="fltnumprotocolo" value="<?php echo $numprotocolo; ?>" maxlength="50" size="30" /></td> | 93 | <td><input type="text" name="fltnumprotocolo" value="<?php echo $numprotocolo; ?>" maxlength="50" size="30" /></td> |
94 | </tr> | 94 | </tr> |
95 | <tr> | 95 | <tr> |
@@ -118,16 +118,16 @@ $rs = execQueryPag($sql); | @@ -118,16 +118,16 @@ $rs = execQueryPag($sql); | ||
118 | <tr> | 118 | <tr> |
119 | <th></th> | 119 | <th></th> |
120 | <th>Protocolo</th> | 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 | <th>Solicitante</th> | 123 | <th>Solicitante</th> |
124 | <th>Data Envio</th> | 124 | <th>Data Envio</th> |
125 | <th>Origem</th> | 125 | <th>Origem</th> |
126 | <th>Destino</th> | 126 | <th>Destino</th> |
127 | <th>Prazo Restante</th> | 127 | <th>Prazo Restante</th> |
128 | - <th>Previsão Resposta</th> | 128 | + <th>Previsão Resposta</th> |
129 | <th>Prorrogado?</th> | 129 | <th>Prorrogado?</th> |
130 | - <th>Situação</th> | 130 | + <th>Situação</th> |
131 | </tr> | 131 | </tr> |
132 | <?php | 132 | <?php |
133 | $cor = false; | 133 | $cor = false; |
@@ -208,11 +208,11 @@ $rs = execQueryPag($sql); | @@ -208,11 +208,11 @@ $rs = execQueryPag($sql); | ||
208 | <?} else {?> | 208 | <?} else {?> |
209 | <tr> | 209 | <tr> |
210 | <td align="right" colspan="12"> | 210 | <td align="right" colspan="12"> |
211 | - Não foram encontradas demandas pendentes | 211 | + Não foram encontradas demandas pendentes |
212 | </td> | 212 | </td> |
213 | </tr> | 213 | </tr> |
214 | <?}?> | 214 | <?}?> |
215 | -</table> | 215 | +</table><?php } ?> |
216 | <br><br> | 216 | <br><br> |
217 | <input type="button" value="Voltar" name="voltar" class="botaoformulario" id="voltar" onclick="location.href='../inc/menu.php'" /> | 217 | <input type="button" value="Voltar" name="voltar" class="botaoformulario" id="voltar" onclick="location.href='../inc/menu.php'" /> |
218 | </form> | 218 | </form> |