Commit b32e4ec9214d4fd7a309b3a73201fd3c2bf9c4ae

Authored by Leandro Arndt
Committed by Leandro Arndt
1 parent 0e757fb7
Exists in master

Largura do botão de formulário aumentada para 120px.

Showing 1 changed file with 4 additions and 4 deletions   Show diff stats
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 +/* Estilização 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;
@@ -138,7 +138,7 @@ h6 { @@ -138,7 +138,7 @@ h6 {
138 } 138 }
139 139
140 140
141 -/* Estilização do menu menu */ 141 +/* Estilização do menu menu */
142 142
143 #menu { 143 #menu {
144 width: 980px; 144 width: 980px;
@@ -387,10 +387,10 @@ input[type='radio']{ @@ -387,10 +387,10 @@ input[type='radio']{
387 height: 20px; 387 height: 20px;
388 background-color: #ABCDEF; 388 background-color: #ABCDEF;
389 border: 1px solid #3172DE; 389 border: 1px solid #3172DE;
390 - width: 100px; 390 + width: 120px;
391 } 391 }
392 392
393 -/*tabela de seleção de registro***********************/ 393 +/*tabela de seleção de registro***********************/
394 .tabLista th{ 394 .tabLista th{
395 background-color: #abcdef; 395 background-color: #abcdef;
396 padding: 10px; 396 padding: 10px;