Commit 54006fdbc6d0dfffb9d7e7e87e20b41b9c43850a

Authored by unknown
2 parents 3279e889 0e98650b
Exists in master and in 1 other branch sempla

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,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 {
@@ -390,12 +393,19 @@ input[type='radio']{ @@ -390,12 +393,19 @@ input[type='radio']{
390 background-color: #abcdef; 393 background-color: #abcdef;
391 padding: 10px; 394 padding: 10px;
392 color: #000000; 395 color: #000000;
  396 +
393 } 397 }
394 .tabLista td{ 398 .tabLista td{
395 padding: 10px; 399 padding: 10px;
396 color: #000000; 400 color: #000000;
  401 + vertical-align:right;
  402 +
397 } 403 }
398 404
  405 +
  406 +
  407 +
  408 +
399 /*tabela com detalhamento de registro*****************/ 409 /*tabela com detalhamento de registro*****************/
400 .tabDetalhe th{ 410 .tabDetalhe th{
401 background-color: #abcdef; 411 background-color: #abcdef;
@@ -421,4 +431,4 @@ input[type='radio']{ @@ -421,4 +431,4 @@ input[type='radio']{
421 border: 1px solid #DDDDDD; 431 border: 1px solid #DDDDDD;
422 } 432 }
423 433
424 -/*****************************************************/  
425 \ No newline at end of file 434 \ No newline at end of file
  435 +/*****************************************************/
index/index.php
@@ -71,8 +71,13 @@ include("../inc/topo.php"); @@ -71,8 +71,13 @@ 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 +<<<<<<< HEAD
74 <table width="80%"> 75 <table width="80%">
75 <tr> 76 <tr>
  77 +=======
  78 + <table cellpadding="1" cellspacing="5" "width: 80%;">
  79 + <tr align="right">
  80 +>>>>>>> 0e98650b5c95b994223709aa5bfbee7064e964c7
76 <td> 81 <td>
77 <span class="labelLogin"><label id="login">Usuário: </label> </span> 82 <span class="labelLogin"><label id="login">Usuário: </label> </span>
78 </td> 83 </td>
@@ -133,6 +138,7 @@ include(&quot;../inc/topo.php&quot;); @@ -133,6 +138,7 @@ include(&quot;../inc/topo.php&quot;);
133 <div id="linha"></div> 138 <div id="linha"></div>
134 139
135 <div id="links"> 140 <div id="links">
  141 +<<<<<<< HEAD
136 <table> 142 <table>
137 <tr> 143 <tr>
138 <th> 144 <th>
@@ -142,6 +148,17 @@ include(&quot;../inc/topo.php&quot;); @@ -142,6 +148,17 @@ include(&quot;../inc/topo.php&quot;);
142 Lei de Acesso 148 Lei de Acesso
143 </th> 149 </th>
144 <th> 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 Links úteis 162 Links úteis
146 </th> 163 </th>
147 </tr> 164 </tr>