This commit is contained in:
pero1203 2022-01-04 12:05:21 +01:00
commit 49f236536a
3 changed files with 2 additions and 4 deletions

View File

@ -10123,8 +10123,6 @@ class SurveyAdminSettings {
echo '</div>';
// Prejemanje obvestil
//$red_border = (isset($_GET['unsubscribe']) && $_GET['unsubscribe'] == '1') ? ' border:2px red solid; padding: 5px 10px;' : '';
//echo ' <div class="setting" style="height:auto; float:left; clear:both; margin: 15px 0; '.$red_border.'"><span class="setting_title">'.$lang['srv_gdpr_user_options'].': '.Help::display('srv_gdpr_user_options').'</span>';
echo '<div class="setting_holder">';
echo '<span class="setting_title">'.$lang['srv_gdpr_user_options'].' '.Help::display('srv_gdpr_user_options').'</span>';

View File

@ -14052,7 +14052,7 @@ div.myprofile_postget_wrap {
overflow-wrap: break-word;
white-space: normal;
padding: 8px 0px;
font-family: "Source Code PRO";
font-family: "Courier";
font-size: 12px;
}
div.myprofile_date_wrap {

View File

@ -32,7 +32,7 @@ div {
white-space: normal;
padding: 8px 0px;
font-family: "Source Code PRO"; //ne dela
font-family: "Courier";
font-size: 12px;
}