diff --git a/templates/listar_militantes.html b/templates/listar_militantes.html index 0028f95..6c51771 100644 --- a/templates/listar_militantes.html +++ b/templates/listar_militantes.html @@ -30,12 +30,28 @@
-
- - - +
+ +
-
@@ -147,6 +163,28 @@ background-color: rgba(0, 0, 0, 0.7); } +/* Estilo para botões com largura fixa */ +.btn-fixed-width { + min-width: 120px; + display: inline-flex; + align-items: center; + justify-content: center; + padding: 0.375rem 0.75rem; + text-align: center; + height: 38px; /* Altura padrão do Bootstrap para btn */ + line-height: 1.5; + vertical-align: middle; +} + +.btn-fixed-width i { + margin-right: 8px; + font-size: 0.875rem; /* 14px - tamanho padrão de ícone */ +} + +.dropdown-toggle::after { + margin-left: 8px; +} + /* Estilo para o botão de fechar dos modais */ .btn-close { background-color: transparent;