avtomatski vnosi --> tabela styling

This commit is contained in:
Nejc Kovač 2022-08-22 09:48:56 +02:00
parent 7b9d10184d
commit 917df3d615
3 changed files with 7 additions and 13 deletions

View File

@ -8851,7 +8851,7 @@ class SurveyAdminSettings {
echo '<fieldset class="page_num_fieldset">'; echo '<fieldset class="page_num_fieldset">';
echo '<legend class="page_num">'.$row['pagename'].'</legend>'; echo '<legend class="page_num">'.$row['pagename'].'</legend>';
echo '<span class="dotted_line"> - </span>'; // echo '<span class="dotted_line"> - </span>';
echo '<table class="avt_vnosi_table">'; echo '<table class="avt_vnosi_table">';
$prevpage = $row['gru_id']; $prevpage = $row['gru_id'];

View File

@ -10164,11 +10164,9 @@ div .table-horizontal-scroll-wrapper2 table {
margin-bottom: 0; margin-bottom: 0;
} }
.dotted_line { #anketa_edit .page_num_fieldset {
position: absolute; border: unset;
bottom: -26px; border-top: 1px dotted #E5E5E5;
width: 928px;
border-top: dotted 1px red;
} }
.page_num_fieldset { .page_num_fieldset {

View File

@ -107,13 +107,9 @@ div {
//testiranje --> avtomatski vnosi //testiranje --> avtomatski vnosi
.dotted_line{ #anketa_edit .page_num_fieldset{
position: absolute; border: unset;
bottom: -26px; border-top: 1px dotted #E5E5E5;
width: 928px;
border-top: dotted 1px red;
// #E5E5E5
} }
.page_num_fieldset{ .page_num_fieldset{