avtomatski vnosi --> styling test
This commit is contained in:
parent
bfde0a8d06
commit
7b9d10184d
@ -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>';
|
||||
|
@ -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 {
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user