diff --git a/admin/survey/SurveyAdminSettings.php b/admin/survey/SurveyAdminSettings.php index 810a96aa9..2d4b970b8 100644 --- a/admin/survey/SurveyAdminSettings.php +++ b/admin/survey/SurveyAdminSettings.php @@ -6024,7 +6024,7 @@ class SurveyAdminSettings { echo ''; echo ''.($row['naslov']!=''?$row['naslov']:$lang['srv_intro_label']).''; - echo ''; + echo ''; echo ($time[0]<60?round($time[0],1).'s ':round($time[0]/60,1).'min ').'/ '.($time[1]<60?round($time[1],1).'s ':round($time[1]/60,1).'min ').''; echo ''; diff --git a/public/css/admin_new.css b/public/css/admin_new.css index 2f9988159..d42d4501d 100644 --- a/public/css/admin_new.css +++ b/public/css/admin_new.css @@ -10015,6 +10015,9 @@ div.subpage_predvidenicas table td.graph_cell div.graph_cell { display: flex; flex-direction: row; } +div.subpage_predvidenicas table td.time { + padding-right: 0; +} div.subpage_predvidenicas div.graph_full { background-color: #1E88E5; height: 24px; diff --git a/resources/sass/admin_new/pages/my_surveys/testiranje.scss b/resources/sass/admin_new/pages/my_surveys/testiranje.scss index d73175fdb..6a12b1405 100644 --- a/resources/sass/admin_new/pages/my_surveys/testiranje.scss +++ b/resources/sass/admin_new/pages/my_surveys/testiranje.scss @@ -28,6 +28,10 @@ div.subpage_predvidenicas { flex-direction: row; } } + + td.time { + padding-right: 0; + } } div.graph_full {