avtomatski vnosi: styling

This commit is contained in:
Nejc Kovač 2022-08-22 12:50:28 +02:00
parent 259c9a82c3
commit 8178226e4e
2 changed files with 6 additions and 6 deletions

View File

@ -10167,7 +10167,7 @@ div .table-horizontal-scroll-wrapper2 table {
#anketa_edit .page_num_fieldset { #anketa_edit .page_num_fieldset {
border: unset; border: unset;
border-top: 1px dashed #E5E5E5; border-top: 1px dashed #E5E5E5;
width: 100%; padding: 0px;
} }
.page_num_fieldset { .page_num_fieldset {
@ -10193,11 +10193,11 @@ div .table-horizontal-scroll-wrapper2 table {
} }
.table_header tr td:first-of-type { .table_header tr td:first-of-type {
width: 40%; width: 40%;
padding-left: 48px; padding-left: 16px;
} }
.table_header tr td:last-of-type { .table_header tr td:last-of-type {
width: 60%; width: 60%;
padding-left: 25px; padding-left: 16px;
} }
.avt_vnosi_table td:first-of-type { .avt_vnosi_table td:first-of-type {

View File

@ -110,7 +110,7 @@ div {
#anketa_edit .page_num_fieldset{ #anketa_edit .page_num_fieldset{
border: unset; border: unset;
border-top: 1px dashed #E5E5E5; border-top: 1px dashed #E5E5E5;
width: 100%; padding: 0px;
} }
@ -142,11 +142,11 @@ div {
td:first-of-type { td:first-of-type {
width: 40%; width: 40%;
padding-left: 48px; padding-left: 16px;
} }
td:last-of-type { td:last-of-type {
width: 60%; width: 60%;
padding-left: 25px; padding-left: 16px;
} }
} }
} }