From 1c0ee80639983b194ad2a5e9d8d1f2ca7476850b Mon Sep 17 00:00:00 2001 From: Kelli Shaver <kelli@kellishaver.com> Date: Mon, 8 Oct 2012 14:20:44 -0400 Subject: [PATCH] fixing padding on ticket info table and changing mroe button to trigger dropdown on the entire button --- include/staff/ticket-view.inc.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/staff/ticket-view.inc.php b/include/staff/ticket-view.inc.php index 3c04ab5ed..505297690 100644 --- a/include/staff/ticket-view.inc.php +++ b/include/staff/ticket-view.inc.php @@ -36,16 +36,16 @@ if($ticket->isOverdue()) $warn.=' <span class="Icon overdueTicket">Marked overdue!</span>'; ?> -<table width="910" cellpadding="2" cellspacing="0" border="0"> +<table width="940" cellpadding="2" cellspacing="0" border="0"> <tr> <td width="50%" class="has_bottom_border"> <h2><a href="tickets.php?id=<?php echo $ticket->getId(); ?>" title="Reload"><i class="icon-refresh"></i> Ticket #<?php echo $ticket->getExtId(); ?></a></h2> </td> <td width="50%" class="right_align has_bottom_border"> <?php if($thisstaff->canCloseTickets() || $thisstaff->canBanEmails()) { ?> - <span class="action-button"> - <span><i class="icon-cog"></i> More</span> - <i data-dropdown="#action-dropdown-2" class="icon-caret-down"></i> + <span class="action-button" data-dropdown="#action-dropdown-2"> + <span ><i class="icon-cog"></i> More</span> + <i class="icon-caret-down"></i> </span> <?php } ?> <?php if($thisstaff->canDeleteTickets()) { ?> -- GitLab