Commit 892ba65bfe4c8b83febc9ca41c91558f6014b3ba

Authored by gibran
1 parent b0a04641

Correção de css

src/main/webapp/inicial_arquivos/css/contato.css
1 1 .formContato{
2 2 font-size: 1.7em;
3 3 font-family: Arial, Helvetica, sans-serif;
4   - font-color: #000000;
  4 + color: #000000;
5 5 }
6 6  
7 7 .fonteWarning{
... ... @@ -15,7 +15,7 @@
15 15 text-align: left;
16 16 width: 3.5em;
17 17 padding-right: 1.7em;
18   - padding-botton: 1em;
  18 + padding-botton: 1px;
19 19 }
20 20  
21 21 .formContato input{
... ...
src/main/webapp/inicial_arquivos/css/default.css
... ... @@ -72,8 +72,8 @@
72 72 /* IE10+ */
73 73 background-image: radial-gradient(ellipse at center, #19882c 1%, #025310 100%);
74 74 /* W3C */
75   - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#19882c',endColorstr='#025310', GradientType=1);
76   - /* IE6-9 fallback on horizontal gradient */
  75 + /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#19882c',endColorstr='#025310', GradientType=1);
  76 + IE6-9 fallback on horizontal gradient */
77 77 }
78 78 a {
79 79 text-decoration: none;
... ... @@ -218,7 +218,7 @@
218 218 float: left;
219 219 }
220 220  
221   - /*-----------Footer-----------*/
  221 +
222 222 #footer-brasil {
223 223 background: none repeat scroll 0% 0% #00420c;
224 224 padding: 1em 0px;
... ... @@ -337,8 +337,8 @@
337 337 /* IE10+ */
338 338 background-image: radial-gradient(ellipse at center, #19882c 1%, #025310 100%);
339 339 /* W3C */
340   - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#19882c',endColorstr='#025310', GradientType=1);
341   - /* IE6-9 fallback on horizontal gradient */
  340 + /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#19882c',endColorstr='#025310', GradientType=1);
  341 + IE6-9 fallback on horizontal gradient */
342 342 }
343 343 a {
344 344 text-decoration: none;
... ... @@ -518,7 +518,7 @@
518 518 background-repeat: no-repeat;
519 519 background-position: 10px center;
520 520 }
521   - /*-----------Footer-----------*/
  521 +
522 522 #footer-brasil {
523 523 background: none repeat scroll 0% 0% #00420c;
524 524 padding: 1em 0px;
... ...
src/main/webapp/inicial_arquivos/css/mapa.css
1 1 #mapaSite {
2 2 font-size: 1.7em;
3 3 font-family: Arial, Helvetica, sans-serif;
4   - font-color:#000000;
  4 + color:#000000;
5 5 list-style-type: none;
6 6 }
7 7  
... ...
src/main/webapp/inicial_arquivos/css/perguntasFrequentes.css
1 1 .perguntasRespostas{
2 2 font-family: Arial, Helvetica, sans-serif;
3   - font-color:#000000;
  3 + color:#000000;
4 4 font-size: 1.7em;
5 5 }
6 6  
... ...