GDPR - seznam anket: odstranjen fieldset

This commit is contained in:
Nejc Kovač 2022-08-10 10:01:13 +02:00
parent e9f6b5fb40
commit 7ea9c020ca
2 changed files with 4 additions and 4 deletions

View File

@ -59,8 +59,8 @@ class GDPR{
$survey_list = $this->getUserSurveys();
echo '<fieldset>';
echo '<legend>'.$lang['srv_anketalist'].'</legend>';
// echo '<fieldset>';
// echo '<legend>'.$lang['srv_anketalist'].'</legend>';
echo '<div class="box-container">';
@ -184,7 +184,7 @@ class GDPR{
echo '</table>';
echo '</fieldset>';
// echo '</fieldset>';
echo '<script src="/admin/survey/script/GDPR_seznam_anket.js"></script>';

View File

@ -5,7 +5,7 @@
display: flex;
justify-content: space-between;
margin-top: 16px;
margin: 16px 0px;