avtomatski vnosi --> styling test

This commit is contained in:
Nejc Kovač 2022-08-22 09:37:56 +02:00
parent bfde0a8d06
commit 7b9d10184d
3 changed files with 24 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,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 {

View File

@ -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;
}