From 6c8d002b124bdf6a25e34fef71430afa6e8cbf00 Mon Sep 17 00:00:00 2001 From: fbsanchez Date: Thu, 12 Aug 2021 10:38:44 +0200 Subject: [PATCH] Fix in style table with images limited to dashboard agent_module widget --- pandora_console/include/styles/dashboards.css | 6 ++++++ pandora_console/include/styles/pandora.css | 2 -- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/pandora_console/include/styles/dashboards.css b/pandora_console/include/styles/dashboards.css index cdfb85834a..83cd96dcc1 100644 --- a/pandora_console/include/styles/dashboards.css +++ b/pandora_console/include/styles/dashboards.css @@ -401,6 +401,12 @@ table.group_modules_status_box tr td span a { text-align: center; } +table.widget_agent_module, +table.widget_agent_module img { + width: auto; + height: auto; +} + table.widget_agent_module tbody tr td { padding: 5px; } diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css index 2639d010a8..25c6340d64 100644 --- a/pandora_console/include/styles/pandora.css +++ b/pandora_console/include/styles/pandora.css @@ -285,8 +285,6 @@ input[type="image"] { table, img { border: 0px; - width: auto; - height: auto; } table pre {