Redesign - popravek sirine tabele gdpr zahtevkov (fullwidth)

This commit is contained in:
pero1203 2022-06-20 14:58:40 +02:00
parent 1c81907505
commit 2e9f14031d
3 changed files with 13 additions and 1 deletions

View File

@ -566,8 +566,10 @@ class CrossRoad {
# GDPR
case 'gdpr':
if ($_GET['m'] == 'gdpr_requests' || $_GET['m'] == 'gdpr_requests_all')
if ($_GET['m'] == 'gdpr_requests')
$layout_width = 'wide';
elseif ($_GET['m'] == 'gdpr_requests_all')
$layout_width = 'fullwidth';
else
$layout_width = 'narrow';

View File

@ -11166,6 +11166,11 @@ table.variableView {
width: 100%;
}
.fullwidth #gdpr_nastavitve {
padding: 0 16px;
box-sizing: border-box;
}
table.gdpr_surveys {
table-layout: fixed;
width: 100%;

View File

@ -1,5 +1,10 @@
// GDPR tabele
.fullwidth #gdpr_nastavitve{
padding: 0 16px;
box-sizing: border-box;
}
table {
&.gdpr_surveys {
table-layout: fixed;