Commit 0e98650b5c95b994223709aa5bfbee7064e964c7
1 parent
0d1525b0
Exists in
CEP
and in
7 other branches
Inserindo Alteracoes no CSS -Em andamento
Showing
2 changed files
with
16 additions
and
6 deletions
Show diff stats
css/estilo.css
@@ -51,6 +51,8 @@ h6 { | @@ -51,6 +51,8 @@ h6 { | ||
51 | 51 | ||
52 | } | 52 | } |
53 | 53 | ||
54 | + | ||
55 | + | ||
54 | /* Estrutura do site */ | 56 | /* Estrutura do site */ |
55 | #out { | 57 | #out { |
56 | width: 100%; | 58 | width: 100%; |
@@ -120,6 +122,7 @@ h6 { | @@ -120,6 +122,7 @@ h6 { | ||
120 | #home { | 122 | #home { |
121 | position: relative; | 123 | position: relative; |
122 | top: -6px; | 124 | top: -6px; |
125 | + | ||
123 | } | 126 | } |
124 | 127 | ||
125 | #logo { | 128 | #logo { |
@@ -384,12 +387,19 @@ input[type='radio']{ | @@ -384,12 +387,19 @@ input[type='radio']{ | ||
384 | background-color: #abcdef; | 387 | background-color: #abcdef; |
385 | padding: 10px; | 388 | padding: 10px; |
386 | color: #000000; | 389 | color: #000000; |
390 | + | ||
387 | } | 391 | } |
388 | .tabLista td{ | 392 | .tabLista td{ |
389 | padding: 10px; | 393 | padding: 10px; |
390 | color: #000000; | 394 | color: #000000; |
395 | + vertical-align:right; | ||
396 | + | ||
391 | } | 397 | } |
392 | 398 | ||
399 | + | ||
400 | + | ||
401 | + | ||
402 | + | ||
393 | /*tabela com detalhamento de registro*****************/ | 403 | /*tabela com detalhamento de registro*****************/ |
394 | .tabDetalhe th{ | 404 | .tabDetalhe th{ |
395 | background-color: #abcdef; | 405 | background-color: #abcdef; |
@@ -415,4 +425,4 @@ input[type='radio']{ | @@ -415,4 +425,4 @@ input[type='radio']{ | ||
415 | border: 1px solid #DDDDDD; | 425 | border: 1px solid #DDDDDD; |
416 | } | 426 | } |
417 | 427 | ||
418 | -/*****************************************************/ | ||
419 | \ No newline at end of file | 428 | \ No newline at end of file |
429 | +/*****************************************************/ |
index/index.php
@@ -71,7 +71,7 @@ include("../inc/topo.php"); | @@ -71,7 +71,7 @@ include("../inc/topo.php"); | ||
71 | <span class="Mensagem">Preencha o Nome do Usuário e senha para acessar o Sistema de Informações.</span> | 71 | <span class="Mensagem">Preencha o Nome do Usuário e senha para acessar o Sistema de Informações.</span> |
72 | 72 | ||
73 | <div id="campos"> | 73 | <div id="campos"> |
74 | - <table cellpadding="1" cellspacing="5" width="80%"> | 74 | + <table cellpadding="1" cellspacing="5" "width: 80%;"> |
75 | <tr align="right"> | 75 | <tr align="right"> |
76 | <td> | 76 | <td> |
77 | <span class="labelLogin"><label id="login">Usuário: </label> </span> | 77 | <span class="labelLogin"><label id="login">Usuário: </label> </span> |
@@ -133,15 +133,15 @@ include("../inc/topo.php"); | @@ -133,15 +133,15 @@ include("../inc/topo.php"); | ||
133 | <div id="linha"></div> | 133 | <div id="linha"></div> |
134 | 134 | ||
135 | <div id="links"> | 135 | <div id="links"> |
136 | - <table width="100%"> | 136 | + <table "width: 100%;"> |
137 | <tr> | 137 | <tr> |
138 | - <th width="40%"> | 138 | + <th "width: 40%;"> |
139 | SIC - Serviço de informação ao Cidadão | 139 | SIC - Serviço de informação ao Cidadão |
140 | </th> | 140 | </th> |
141 | - <th width="30%"> | 141 | + <th "width: 30%;"> |
142 | Lei de Acesso | 142 | Lei de Acesso |
143 | </th> | 143 | </th> |
144 | - <th width="30%"> | 144 | + <th "width: 30%;"> |
145 | Links úteis | 145 | Links úteis |
146 | </th> | 146 | </th> |
147 | </tr> | 147 | </tr> |