[Redizajn 1KA] - GDPR nastavitve --> DPA - v1

This commit is contained in:
tejagerjovic 2021-12-09 11:53:08 +01:00
parent cba6c9a552
commit feac952619
3 changed files with 19 additions and 0 deletions

View File

@ -1155,6 +1155,8 @@ class GDPR{
global $lang;
global $site_url;
echo '<fieldset><legend>DPA</legend>';
echo '<p>'.$lang['srv_gdpr_dpa_text'].'</p>';
echo '<ul>';
echo ' <li><a href="'.$site_url.'uploadi/dokumenti/DPA_SLO.pdf">'.$lang['srv_gdpr_dpa_slo'].'</a>,</li>';
@ -1162,6 +1164,7 @@ class GDPR{
echo '</ul>';
echo '<p>'.$lang['srv_gdpr_dpa_info'].'</p>';
echo '</fieldset>';
}

View File

@ -7235,6 +7235,14 @@ fieldset .setting_holder.indent {
margin-left: 27px;
}
div#gdpr_nastavitve {
display: flex;
justify-content: center;
}
div#gdpr_nastavitve fieldset {
width: 1060px;
}
select.dropdown {
border: 1px solid #C4C4C4;
box-sizing: border-box;

View File

@ -54,4 +54,12 @@ fieldset{
margin-left: 27px;
}
}
}
div#gdpr_nastavitve {
display:flex;
justify-content: center;
fieldset {
width: 1060px;
}
}