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>'; echo '</div>';
// Prejemanje obvestil // 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 '<div class="setting_holder">';
echo '<span class="setting_title">'.$lang['srv_gdpr_user_options'].' '.Help::display('srv_gdpr_user_options').'</span>'; 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; overflow-wrap: break-word;
white-space: normal; white-space: normal;
padding: 8px 0px; padding: 8px 0px;
font-family: "Source Code PRO"; font-family: "Courier";
font-size: 12px; font-size: 12px;
} }
div.myprofile_date_wrap { div.myprofile_date_wrap {

View File

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