From a5758a86a9120a147570f35d5ba067fb2ca4117a Mon Sep 17 00:00:00 2001 From: Pablo Aragon Date: Wed, 1 Mar 2023 12:22:46 +0100 Subject: [PATCH] Ipam --- pandora_console/include/styles/pandora.css | 4 ++++ pandora_console/include/styles/tables.css | 11 +++++++++++ 2 files changed, 15 insertions(+) diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css index 03141c450f..2f7b3ebda4 100644 --- a/pandora_console/include/styles/pandora.css +++ b/pandora_console/include/styles/pandora.css @@ -11432,3 +11432,7 @@ div[role="dialog"] { .flex-colum-center > img { margin: 5px; } + +.space-between { + justify-content: space-between; +} diff --git a/pandora_console/include/styles/tables.css b/pandora_console/include/styles/tables.css index 1288832df2..362979b2c2 100644 --- a/pandora_console/include/styles/tables.css +++ b/pandora_console/include/styles/tables.css @@ -731,3 +731,14 @@ tr.datos2 > td.datos2 > div > div { .dataTables_wrapper .dataTables_filter input { margin: 0.5em; } + +.label-ipam { + font-size: 13px; + line-height: 16px; + font-weight: bold; + margin-bottom: 10px; +} + +#text-vrf_name { + width: 100%; +}