diff --git a/admin/survey/SurveyAdminSettings.php b/admin/survey/SurveyAdminSettings.php index a9b1b5204..9c689e9b1 100644 --- a/admin/survey/SurveyAdminSettings.php +++ b/admin/survey/SurveyAdminSettings.php @@ -1419,7 +1419,7 @@ class SurveyAdminSettings { $date = SurveySetting::getInstance()->getSurveyMiscSetting('survey_date'); - echo '
'; + echo '
'; echo ''.$lang['srv_sledenje'].''; // Preverimo ce je vklopljen modul za volitve - potem ne pustimo nobenih preklopov diff --git a/public/css/admin_new.css b/public/css/admin_new.css index 314b520dc..0357a8219 100644 --- a/public/css/admin_new.css +++ b/public/css/admin_new.css @@ -5422,7 +5422,7 @@ fieldset legend { text-transform: uppercase; } fieldset .setting_holder { - margin: 16px 0; + margin: 8px 0; display: flex; flex-direction: column; } @@ -5433,7 +5433,7 @@ fieldset .setting_holder:last-of-type { margin-bottom: 0; } fieldset .setting_holder .setting_item { - margin: 8px 0; + margin: 4px 0; } select.dropdown { diff --git a/resources/sass/admin_new/basic/typography.scss b/resources/sass/admin_new/basic/typography.scss index a241c5456..fa50054f0 100644 --- a/resources/sass/admin_new/basic/typography.scss +++ b/resources/sass/admin_new/basic/typography.scss @@ -1,5 +1,8 @@ p,span { + font-size: 16px; + //margin-block-start: 0; + //margin-block-end: 0; &.warning, &.red { diff --git a/resources/sass/admin_new/components/form/fieldset.scss b/resources/sass/admin_new/components/form/fieldset.scss index 651d10d60..d28408a97 100644 --- a/resources/sass/admin_new/components/form/fieldset.scss +++ b/resources/sass/admin_new/components/form/fieldset.scss @@ -15,7 +15,7 @@ fieldset{ } .setting_holder { - margin: 16px 0; + margin: 8px 0; display: flex; flex-direction: column; @@ -28,7 +28,7 @@ fieldset{ } .setting_item { - margin: 8px 0; + margin: 4px 0; } } } \ No newline at end of file