From e5fba881373c0be438ea806a7a861844ee3d6d52 Mon Sep 17 00:00:00 2001 From: m-lopez-f Date: Tue, 21 Feb 2017 14:27:06 +0100 Subject: [PATCH] fixed visual on movile version. gitlab: #340 --- pandora_console/mobile/include/style/main.css | 9 ++------- pandora_console/mobile/operation/agents.php | 3 --- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/pandora_console/mobile/include/style/main.css b/pandora_console/mobile/include/style/main.css index b9441cf180..09f1cf373e 100755 --- a/pandora_console/mobile/include/style/main.css +++ b/pandora_console/mobile/include/style/main.css @@ -585,12 +585,13 @@ table.event_details td.cell_event_name { padding-top: 7px; display: table-cell; clear: none; + float: none; padding-left: 0px !important; padding-right: 0px !important; + width: auto !important; } #list_agents td.cell_0 { - width: 45%; border-top: 0px none; } #list_agents td.cell_0>span.tiny>img { @@ -599,12 +600,6 @@ table.event_details td.cell_event_name { margin-top: -6px; margin-left: 0px; } - #list_agents td.cell_5 { - width: 30%; - } - #list_agents td.cell_6 { - width: 25%; - } #list_agents .cell_2 .ui-table-cell-label, #list_agents .cell_3 .ui-table-cell-label, diff --git a/pandora_console/mobile/operation/agents.php b/pandora_console/mobile/operation/agents.php index 1a11e49108..ec98de6ecd 100644 --- a/pandora_console/mobile/operation/agents.php +++ b/pandora_console/mobile/operation/agents.php @@ -421,12 +421,9 @@ class Agents { $.each(data.agents, function(key, agent) { $(\"table#list_agents tbody\") .append(\"\" + - \"\" + \"\" + agent[0] + \"\" + - // \"\" + agent[1] + \"\" + \"\" + agent[2] + \"\" + \"\" + agent[3] + \"\" + - // \"\" + agent[4] + \"\" + \"\" + agent[5] + \"\" + \"\" + agent[6] + \"\" + \"\" + agent[7] + \"\" +