Commit 0e98650b5c95b994223709aa5bfbee7064e964c7

Authored by Greyce Medeiros
1 parent 0d1525b0

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 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 {
... ... @@ -384,12 +387,19 @@ input[type='radio']{
384 387 background-color: #abcdef;
385 388 padding: 10px;
386 389 color: #000000;
  390 +
387 391 }
388 392 .tabLista td{
389 393 padding: 10px;
390 394 color: #000000;
  395 + vertical-align:right;
  396 +
391 397 }
392 398  
  399 +
  400 +
  401 +
  402 +
393 403 /*tabela com detalhamento de registro*****************/
394 404 .tabDetalhe th{
395 405 background-color: #abcdef;
... ... @@ -415,4 +425,4 @@ input[type='radio']{
415 425 border: 1px solid #DDDDDD;
416 426 }
417 427  
418   -/*****************************************************/
419 428 \ No newline at end of file
  429 +/*****************************************************/
... ...
index/index.php
... ... @@ -71,7 +71,7 @@ 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   - <table cellpadding="1" cellspacing="5" width="80%">
  74 + <table cellpadding="1" cellspacing="5" "width: 80%;">
75 75 <tr align="right">
76 76 <td>
77 77 <span class="labelLogin"><label id="login">Usuário: </label> </span>
... ... @@ -133,15 +133,15 @@ include(&quot;../inc/topo.php&quot;);
133 133 <div id="linha"></div>
134 134  
135 135 <div id="links">
136   - <table width="100%">
  136 + <table "width: 100%;">
137 137 <tr>
138   - <th width="40%">
  138 + <th "width: 40%;">
139 139 SIC - Serviço de informação ao Cidadão
140 140 </th>
141   - <th width="30%">
  141 + <th "width: 30%;">
142 142 Lei de Acesso
143 143 </th>
144   - <th width="30%">
  144 + <th "width: 30%;">
145 145 Links úteis
146 146 </th>
147 147 </tr>
... ...