diff --git a/admin/survey/SurveyAdminSettings.php b/admin/survey/SurveyAdminSettings.php index bb513912a..16dca9bff 100644 --- a/admin/survey/SurveyAdminSettings.php +++ b/admin/survey/SurveyAdminSettings.php @@ -8851,7 +8851,7 @@ class SurveyAdminSettings { echo '
'; echo ''.$row['pagename'].''; - echo ' - '; + // echo ' - '; echo ''; $prevpage = $row['gru_id']; diff --git a/public/css/admin_new.css b/public/css/admin_new.css index e8f245ee6..b1ccc666e 100644 --- a/public/css/admin_new.css +++ b/public/css/admin_new.css @@ -10164,11 +10164,9 @@ div .table-horizontal-scroll-wrapper2 table { margin-bottom: 0; } -.dotted_line { - position: absolute; - bottom: -26px; - width: 928px; - border-top: dotted 1px red; +#anketa_edit .page_num_fieldset { + border: unset; + border-top: 1px dotted #E5E5E5; } .page_num_fieldset { diff --git a/resources/sass/admin_new/components/table/table.scss b/resources/sass/admin_new/components/table/table.scss index e923679fa..2e9282b9c 100644 --- a/resources/sass/admin_new/components/table/table.scss +++ b/resources/sass/admin_new/components/table/table.scss @@ -107,13 +107,9 @@ div { //testiranje --> avtomatski vnosi -.dotted_line{ - position: absolute; - bottom: -26px; - width: 928px; - - border-top: dotted 1px red; - // #E5E5E5 +#anketa_edit .page_num_fieldset{ + border: unset; + border-top: 1px dotted #E5E5E5; } .page_num_fieldset{