From 917df3d615c55df9fce68fb2071d57b536d13d4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nejc=20Kova=C4=8D?= Date: Mon, 22 Aug 2022 09:48:56 +0200 Subject: [PATCH] avtomatski vnosi --> tabela styling --- admin/survey/SurveyAdminSettings.php | 2 +- public/css/admin_new.css | 8 +++----- resources/sass/admin_new/components/table/table.scss | 10 +++------- 3 files changed, 7 insertions(+), 13 deletions(-) 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{