Skip to content
Snippets Groups Projects
Commit 8e4ba52b authored by Jared Hancock's avatar Jared Hancock Committed by Peter Rotich
Browse files

queue: Background color should fill cell

parent 89979d50
Branches
Tags
No related merge requests found
...@@ -14,7 +14,7 @@ $tickets = $pageNav->paginate($tickets); ...@@ -14,7 +14,7 @@ $tickets = $pageNav->paginate($tickets);
$columns = $queue->getColumns(); $columns = $queue->getColumns();
?> ?>
<table class="list" border="0" cellspacing="1" cellpadding="2" width="940"> <table class="list queue" border="0" cellspacing="1" cellpadding="2" width="940">
<thead> <thead>
<tr> <tr>
<?php <?php
......
...@@ -89,7 +89,7 @@ return false;"> ...@@ -89,7 +89,7 @@ return false;">
<input type="hidden" name="a" value="mass_process" > <input type="hidden" name="a" value="mass_process" >
<input type="hidden" name="do" id="action" value="" > <input type="hidden" name="do" id="action" value="" >
<table class="list" border="0" cellspacing="1" cellpadding="2" width="940"> <table class="list queue tickets" border="0" cellspacing="1" cellpadding="2" width="940">
<thead> <thead>
<tr> <tr>
<?php <?php
......
...@@ -300,6 +300,15 @@ a time { ...@@ -300,6 +300,15 @@ a time {
background-color: rgba(0,0,0,0.05); background-color: rgba(0,0,0,0.05);
} }
/* Custom queue fields with background color should fill cell */
table.queue.list > tbody > tr > td > [style*=background] {
display: block;
padding: 4px !important;
margin: -4px;
height: 100%;
}
/*********************************************************************** /***********************************************************************
Start Custom Queues Menu System Start Custom Queues Menu System
/***********************************************************************/ /***********************************************************************/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment