From 7b9d10184da51478b75fccf714cd8eb901c8dd6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nejc=20Kova=C4=8D?= Date: Mon, 22 Aug 2022 09:37:56 +0200 Subject: [PATCH] avtomatski vnosi --> styling test --- admin/survey/SurveyAdminSettings.php | 6 ++++-- public/css/admin_new.css | 8 ++++++++ .../sass/admin_new/components/table/table.scss | 14 ++++++++++++-- 3 files changed, 24 insertions(+), 4 deletions(-) diff --git a/admin/survey/SurveyAdminSettings.php b/admin/survey/SurveyAdminSettings.php index 1840f3833..bb513912a 100644 --- a/admin/survey/SurveyAdminSettings.php +++ b/admin/survey/SurveyAdminSettings.php @@ -8849,7 +8849,9 @@ class SurveyAdminSettings { echo ''; } - echo '
'.$row['pagename'].''; + echo '
'; + echo ''.$row['pagename'].''; + echo ' - '; echo ''; $prevpage = $row['gru_id']; @@ -8925,7 +8927,7 @@ class SurveyAdminSettings { echo ''; diff --git a/public/css/admin_new.css b/public/css/admin_new.css index e4d943c55..e8f245ee6 100644 --- a/public/css/admin_new.css +++ b/public/css/admin_new.css @@ -10164,6 +10164,13 @@ div .table-horizontal-scroll-wrapper2 table { margin-bottom: 0; } +.dotted_line { + position: absolute; + bottom: -26px; + width: 928px; + border-top: dotted 1px red; +} + .page_num_fieldset { padding-top: 0px; padding-bottom: 0px; @@ -10173,6 +10180,7 @@ div .table-horizontal-scroll-wrapper2 table { .page_num { margin-left: 39%; color: #333333; + position: relative; } .table_header { diff --git a/resources/sass/admin_new/components/table/table.scss b/resources/sass/admin_new/components/table/table.scss index 0744bc565..e923679fa 100644 --- a/resources/sass/admin_new/components/table/table.scss +++ b/resources/sass/admin_new/components/table/table.scss @@ -39,13 +39,13 @@ table { } tr { - + height: 40px; &:last-of-type, &.show_as_last_row{ - td, th { + td, th { border-bottom: 1px solid $gray; } } @@ -107,6 +107,15 @@ div { //testiranje --> avtomatski vnosi +.dotted_line{ + position: absolute; + bottom: -26px; + width: 928px; + + border-top: dotted 1px red; + // #E5E5E5 +} + .page_num_fieldset{ padding-top: 0px; padding-bottom: 0px; @@ -117,6 +126,7 @@ div { .page_num{ margin-left: 39%; color: #333333; + position: relative; }
'; echo '
'; - echo '
'; + echo '
'; echo ' '.$p.'% ('.($total_rows-$rowc['count']).')'; echo '
'; echo '