Commit d18413d41f6c9dd0b4a95f2c15e3bd50c610fa0c

Authored by Edmar Moretti
1 parent cead96a3

Ajuste no contraste e tamanho das fontes utilizadas no cabeçalho das janelas flu…

…tuantes e nos labels dos campos input
Showing 1 changed file with 14 additions and 1 deletions   Show diff stats
css/default.css
@@ -86,6 +86,17 @@ Botoes material @@ -86,6 +86,17 @@ Botoes material
86 color:white; 86 color:white;
87 background-color: #477596; 87 background-color: #477596;
88 } 88 }
  89 +.form-group label {
  90 + color: white;
  91 +}
  92 +
  93 +.form-group.label-static label.control-label {
  94 + top: -50px;
  95 + left: 0;
  96 + font-size: 13px;
  97 + line-height: 1.07142857;
  98 +}
  99 +
89 .form-control.upload { 100 .form-control.upload {
90 font-size: 12px; 101 font-size: 12px;
91 color:inherit; 102 color:inherit;
@@ -723,6 +734,7 @@ Configuracoes especificas dos elementos que ficam no rodape @@ -723,6 +734,7 @@ Configuracoes especificas dos elementos que ficam no rodape
723 top: 5px; 734 top: 5px;
724 /*margin-top: -30px;*/ 735 /*margin-top: -30px;*/
725 } 736 }
  737 +
726 .i3GeoTituloJanelaBs { 738 .i3GeoTituloJanelaBs {
727 opacity: 1.0; 739 opacity: 1.0;
728 position: absolute; 740 position: absolute;
@@ -730,13 +742,14 @@ Configuracoes especificas dos elementos que ficam no rodape @@ -730,13 +742,14 @@ Configuracoes especificas dos elementos que ficam no rodape
730 right: 65px; 742 right: 65px;
731 color: #008579; 743 color: #008579;
732 } 744 }
  745 +
733 .i3GeoTituloJanelaBsNolink { 746 .i3GeoTituloJanelaBsNolink {
734 opacity: 1.0; 747 opacity: 1.0;
735 position: absolute; 748 position: absolute;
736 margin: 5px; 749 margin: 5px;
737 font-size: 14px; 750 font-size: 14px;
738 font-weight: initial; 751 font-weight: initial;
739 - color: #008579 !Important; 752 + color: #00D53D !Important;
740 } 753 }
741 754
742 .i3GeoIconeJanela{ 755 .i3GeoIconeJanela{