GDPR zahtevki - manjsi popravki izgleda
This commit is contained in:
parent
ef0c3f4357
commit
b708b96cb1
@ -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
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user