From c124d1f4df87fb74fab1b47d1076d62440e3af53 Mon Sep 17 00:00:00 2001 From: mateussbh Date: Thu, 16 Jan 2025 20:14:20 -0300 Subject: [PATCH] =?UTF-8?q?fix:=20corre=C3=A7=C3=A3o=20do=20css=20da=20tab?= =?UTF-8?q?ela=20(cor=20cabe=C3=A7alho)=20para=20p=C3=A1gina=20de=20lista?= =?UTF-8?q?=20de=20processo=20em=20blocos=20e=20processos=20em=20tramita?= =?UTF-8?q?=C3=A7=C3=A3o.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pen_procedimento_expedido_listar.php | 7 +++++++ src/pen_tramite_bloco_listar.php | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/src/pen_procedimento_expedido_listar.php b/src/pen_procedimento_expedido_listar.php index 3c01b3a22..a1492e0de 100755 --- a/src/pen_procedimento_expedido_listar.php +++ b/src/pen_procedimento_expedido_listar.php @@ -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;} montarJavaScript(); ?> diff --git a/src/pen_tramite_bloco_listar.php b/src/pen_tramite_bloco_listar.php index 0b5a8bc2d..9f0ad0d86 100644 --- a/src/pen_tramite_bloco_listar.php +++ b/src/pen_tramite_bloco_listar.php @@ -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;} montarJavaScript(); $acaoOrigem=$_GET['acao_origem']; ?>