Commit 54006fdbc6d0dfffb9d7e7e87e20b41b9c43850a

Authored by unknown
2 parents 3279e889 0e98650b

alteracao segundo o padrao W3C

Showing 2 changed files with 28 additions and 1 deletions   Show diff stats
css/estilo.css
... ... @@ -51,6 +51,8 @@ h6 {
51 51  
52 52 }
53 53  
  54 +
  55 +
54 56 /* Estrutura do site */
55 57 #out {
56 58 width: 100%;
... ... @@ -120,6 +122,7 @@ h6 {
120 122 #home {
121 123 position: relative;
122 124 top: -6px;
  125 +
123 126 }
124 127  
125 128 #logo {
... ... @@ -390,12 +393,19 @@ input[type='radio']{
390 393 background-color: #abcdef;
391 394 padding: 10px;
392 395 color: #000000;
  396 +
393 397 }
394 398 .tabLista td{
395 399 padding: 10px;
396 400 color: #000000;
  401 + vertical-align:right;
  402 +
397 403 }
398 404  
  405 +
  406 +
  407 +
  408 +
399 409 /*tabela com detalhamento de registro*****************/
400 410 .tabDetalhe th{
401 411 background-color: #abcdef;
... ... @@ -421,4 +431,4 @@ input[type='radio']{
421 431 border: 1px solid #DDDDDD;
422 432 }
423 433  
424   -/*****************************************************/
425 434 \ No newline at end of file
  435 +/*****************************************************/
... ...
index/index.php
... ... @@ -71,8 +71,13 @@ include("../inc/topo.php");
71 71 <span class="Mensagem">Preencha o Nome do Usuário e senha para acessar o Sistema de Informações.</span>
72 72  
73 73 <div id="campos">
  74 +<<<<<<< HEAD
74 75 <table width="80%">
75 76 <tr>
  77 +=======
  78 + <table cellpadding="1" cellspacing="5" "width: 80%;">
  79 + <tr align="right">
  80 +>>>>>>> 0e98650b5c95b994223709aa5bfbee7064e964c7
76 81 <td>
77 82 <span class="labelLogin"><label id="login">Usuário: </label> </span>
78 83 </td>
... ... @@ -133,6 +138,7 @@ include(&quot;../inc/topo.php&quot;);
133 138 <div id="linha"></div>
134 139  
135 140 <div id="links">
  141 +<<<<<<< HEAD
136 142 <table>
137 143 <tr>
138 144 <th>
... ... @@ -142,6 +148,17 @@ include(&quot;../inc/topo.php&quot;);
142 148 Lei de Acesso
143 149 </th>
144 150 <th>
  151 +=======
  152 + <table "width: 100%;">
  153 + <tr>
  154 + <th "width: 40%;">
  155 + SIC - Serviço de informação ao Cidadão
  156 + </th>
  157 + <th "width: 30%;">
  158 + Lei de Acesso
  159 + </th>
  160 + <th "width: 30%;">
  161 +>>>>>>> 0e98650b5c95b994223709aa5bfbee7064e964c7
145 162 Links úteis
146 163 </th>
147 164 </tr>
... ...