Skip to content

Commit

Permalink
fix: correção do css da tabela (cor cabeçalho) para página de lista d…
Browse files Browse the repository at this point in the history
…e processo em blocos e processos em tramitação.
  • Loading branch information
mateussbh committed Jan 16, 2025
1 parent 59251c5 commit c124d1f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/pen_procedimento_expedido_listar.php
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,13 @@
position: absolute;
opacity: 0;
}
#frmProcedimentoExpedido th.infraTh {
color: #ECF0F1;
background: #155f9b;
}
#frmProcedimentoExpedido #tblBlocos_wrapper label:first-of-type{font-size: 12px;}
#frmProcedimentoExpedido #tblBlocos_wrapper select:first-of-type{font-size: 11px;}
#frmProcedimentoExpedido #tblBlocos{border-collapse: collapse;}

</style>
<?php $objPaginaSEI->montarJavaScript(); ?>
Expand Down
7 changes: 7 additions & 0 deletions src/pen_tramite_bloco_listar.php
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,13 @@
position: absolute;
opacity: 0;
}
#frmBlocoLista th.infraTh {
color: #ECF0F1;
background: #155f9b;
}
#frmBlocoLista #tblBlocos_wrapper label:first-of-type{font-size: 12px;}
#frmBlocoLista #tblBlocos_wrapper select:first-of-type{font-size: 11px;}
#frmBlocoLista #tblBlocos{border-collapse: collapse;}
</style>
<?php $objPaginaSEI->montarJavaScript();
$acaoOrigem=$_GET['acao_origem']; ?>
Expand Down

0 comments on commit c124d1f

Please sign in to comment.