This commit is contained in:
pero1203 2022-08-22 10:15:14 +02:00
commit 73752b1a98
3 changed files with 18 additions and 4 deletions

View File

@ -8849,7 +8849,9 @@ class SurveyAdminSettings {
echo '</fieldset>';
}
echo '<fieldset class="page_num_fieldset"><legend class="page_num">'.$row['pagename'].'</legend>';
echo '<fieldset class="page_num_fieldset">';
echo '<legend class="page_num">'.$row['pagename'].'</legend>';
// echo '<span class="dotted_line"> - </span>';
echo '<table class="avt_vnosi_table">';
$prevpage = $row['gru_id'];
@ -8925,7 +8927,7 @@ class SurveyAdminSettings {
echo '<td class="graph_cell">';
echo '<div class="graph_cell">';
echo ' <div class="graph_full" style="width: '.($p*0.7).'%"></div>';
echo ' <div class="graph_full" style="width: '.($p*0.9).'%"></div>';
echo ' <span>'.$p.'% ('.($total_rows-$rowc['count']).')</span>';
echo '</div>';
echo '</td>';

View File

@ -10164,6 +10164,11 @@ div .table-horizontal-scroll-wrapper2 table {
margin-bottom: 0;
}
#anketa_edit .page_num_fieldset {
border: unset;
border-top: 1px dashed #E5E5E5;
}
.page_num_fieldset {
padding-top: 0px;
padding-bottom: 0px;
@ -10173,6 +10178,7 @@ div .table-horizontal-scroll-wrapper2 table {
.page_num {
margin-left: 39%;
color: #333333;
position: relative;
}
.table_header {

View File

@ -107,6 +107,11 @@ div {
//testiranje --> avtomatski vnosi
#anketa_edit .page_num_fieldset{
border: unset;
border-top: 1px dashed #E5E5E5;
}
.page_num_fieldset{
padding-top: 0px;
padding-bottom: 0px;
@ -117,6 +122,7 @@ div {
.page_num{
margin-left: 39%;
color: #333333;
position: relative;
}