Commit f9279bb7ba6e57ee8107d4a7e26bbd2179c62684

Authored by Leandro Arndt
1 parent 68595722
Exists in mysqli

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 4 padding: 0px;
5 5 }
6 6  
7   -/* Estilização geral */
  7 +/* Estilização geral */
8 8 body {
9 9 font-family: Verdana, Arial, Helvetica, Sans-serif;
10 10 font-size: 12px;
... ... @@ -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 143 #menu {
144 144 width: 980px;
... ... @@ -376,10 +376,10 @@ input[type='radio']{
376 376 height: 20px;
377 377 background-color: #ABCDEF;
378 378 border: 1px solid #3172DE;
379   - width: 100px;
  379 + width: 120px;
380 380 }
381 381  
382   -/*tabela de seleção de registro***********************/
  382 +/*tabela de seleção de registro***********************/
383 383 .tabLista th{
384 384 background-color: #abcdef;
385 385 padding: 10px;
... ...