GDPR zahtevki - manjsi popravki izgleda

This commit is contained in:
pero1203 2022-09-13 10:48:19 +02:00
parent ef0c3f4357
commit b708b96cb1
3 changed files with 1460 additions and 1456 deletions

View File

@ -411,7 +411,7 @@ class GDPR{
// Nimamo zahtevkov // Nimamo zahtevkov
if(count($request_list) == 0 &&count($request_list_done) == 0){ if(count($request_list) == 0 &&count($request_list_done) == 0){
echo '<p class="bold">'.$lang['srv_gdpr_requests_none'].'</p>'; echo '<div class="gdpr_request_table_title bottom8">'.$lang['srv_gdpr_requests_none'].'</div>';
return; return;
} }

File diff suppressed because it is too large Load Diff

View File

@ -74,7 +74,7 @@ table.gdpr_surveys {
box-sizing: border-box; box-sizing: border-box;
width: 100%; width: 100%;
padding: 8px 16px; padding: 5px 16px;
border-radius: 2px; border-radius: 2px;
@ -107,6 +107,8 @@ table.gdpr_surveys {
textarea.gdpr_requests_comment{ textarea.gdpr_requests_comment{
width: 320px; width: 320px;
height: 40px;
margin: 0;
font-size: 14px; font-size: 14px;
} }