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