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 '<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">';
|
||||
|
||||
$prevpage = $row['gru_id'];
|
||||
|
@ -10164,11 +10164,9 @@ div .table-horizontal-scroll-wrapper2 table {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.dotted_line {
|
||||
position: absolute;
|
||||
bottom: -26px;
|
||||
width: 928px;
|
||||
border-top: dotted 1px red;
|
||||
#anketa_edit .page_num_fieldset {
|
||||
border: unset;
|
||||
border-top: 1px dotted #E5E5E5;
|
||||
}
|
||||
|
||||
.page_num_fieldset {
|
||||
|
@ -107,13 +107,9 @@ div {
|
||||
|
||||
//testiranje --> avtomatski vnosi
|
||||
|
||||
.dotted_line{
|
||||
position: absolute;
|
||||
bottom: -26px;
|
||||
width: 928px;
|
||||
|
||||
border-top: dotted 1px red;
|
||||
// #E5E5E5
|
||||
#anketa_edit .page_num_fieldset{
|
||||
border: unset;
|
||||
border-top: 1px dotted #E5E5E5;
|
||||
}
|
||||
|
||||
.page_num_fieldset{
|
||||
|
Loading…
x
Reference in New Issue
Block a user