From 459ef3be794e14992c704ac06a6776386dc7be47 Mon Sep 17 00:00:00 2001 From: Enrique Camargo Date: Tue, 7 Feb 2017 17:06:23 +0100 Subject: [PATCH] Merge branch '48-aumentar-altura-de-las-filas-de-la-tabla-agent-contact-en-la-vista-de-agente' into 'develop' Increase cell height in agent contact table of agent view - #48 See merge request !131 --- pandora_console/operation/agentes/estado_generalagente.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/operation/agentes/estado_generalagente.php b/pandora_console/operation/agentes/estado_generalagente.php index f1c0284637..d0ea59493d 100755 --- a/pandora_console/operation/agentes/estado_generalagente.php +++ b/pandora_console/operation/agentes/estado_generalagente.php @@ -191,7 +191,7 @@ $table_contact->width = '100%'; $table_contact->cellspacing = 0; $table_contact->cellpadding = 0; $table_contact->class = 'databox data'; -$table_contact->style[0] = 'width: 30%;'; +$table_contact->style[0] = 'width: 30%;height:30px;'; $table_contact->style[1] = 'width: 70%;'; $table_contact->head[0] = ' ' . __('Agent contact') . '';