CSS
This commit is contained in:
parent
5caae1f50d
commit
e01476e10b
@ -563,7 +563,7 @@ $boxwork.='</tr>'."\n";
|
||||
$nbworkboardempty=0;
|
||||
if (! empty($valid_dashboardlines))
|
||||
{
|
||||
$boxwork.='<tr class="nohover"><td class="tdboxstats nohover flexcontainer centpercent"><div style="display: flex: flex-wrap: wrap">';
|
||||
$boxwork.='<tr class="nobottom nohover"><td class="tdboxstats nohover flexcontainer centpercent"><div style="display: flex: flex-wrap: wrap">';
|
||||
|
||||
foreach($valid_dashboardlines as $board)
|
||||
{
|
||||
|
||||
@ -2959,6 +2959,9 @@ form.pair, form.impair {
|
||||
form.tagtr:last-of-type div.tagtd, tr.pair:last-of-type td, tr.impair:last-of-type td {
|
||||
border-bottom: 0px !important;
|
||||
}
|
||||
tr.nobottom td {
|
||||
border-bottom: 0px !important;
|
||||
}
|
||||
div.tableforcontact form.tagtr:last-of-type div.tagtd {
|
||||
border-bottom: 1px solid #ddd !important;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user