Redesign - popravki napak - gdpr tabela
This commit is contained in:
parent
e4238012bb
commit
2f2f177503
@ -491,7 +491,7 @@ class GDPR{
|
||||
ORDER BY date(r.datum) ASC");
|
||||
if(mysqli_num_rows($sql) > 0){
|
||||
|
||||
echo '<table class="gdpr_surveys requests">';
|
||||
echo '<table class="gdpr_surveys requests all">';
|
||||
|
||||
echo '<tr>';
|
||||
echo '<th>'.$lang['srv_gdpr_requests_author'].'</th>';
|
||||
|
@ -560,8 +560,10 @@ class CrossRoad {
|
||||
|
||||
# GDPR
|
||||
case 'gdpr':
|
||||
if ($_GET['m'] == 'gdpr_requests' || $_GET['m'] == 'gdpr_requestsall')
|
||||
if ($_GET['m'] == 'gdpr_requests')
|
||||
$layout_width = 'wide';
|
||||
elseif ($_GET['m'] == 'gdpr_requests_all')
|
||||
$layout_width = 'fullscreen';
|
||||
else
|
||||
$layout_width = 'narrow';
|
||||
|
||||
|
@ -10731,6 +10731,14 @@ table.variableView {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
table.gdpr_surveys {
|
||||
table-layout: fixed;
|
||||
width: 100%;
|
||||
}
|
||||
table.gdpr_surveys.all {
|
||||
width: calc(100% - 64px);
|
||||
margin: 0 32px;
|
||||
}
|
||||
table.gdpr_surveys tr.red_row td {
|
||||
background-color: #FFEFEF !important;
|
||||
}
|
||||
|
@ -2,6 +2,14 @@
|
||||
|
||||
table {
|
||||
&.gdpr_surveys {
|
||||
table-layout: fixed;
|
||||
width: 100%;
|
||||
|
||||
&.all{
|
||||
width: calc(100% - 64px);
|
||||
margin: 0 32px;
|
||||
}
|
||||
|
||||
tr.red_row {
|
||||
td {
|
||||
background-color: $light-red !important;
|
||||
|
Loading…
x
Reference in New Issue
Block a user