avtomatski vnosi, statistike: styling

This commit is contained in:
Nejc Kovač 2022-08-22 11:37:00 +02:00
parent 6a93703f3b
commit 259c9a82c3
3 changed files with 5 additions and 0 deletions

View File

@ -10167,6 +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%;
} }
.page_num_fieldset { .page_num_fieldset {
@ -30020,6 +30021,7 @@ iframe#ifmcontentstoprint {
.analysis_icons_holder { .analysis_icons_holder {
background-color: white; background-color: white;
border-radius: 2px; border-radius: 2px;
box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1215686275);
} }
.analysis_icons_holder .icon_box { .analysis_icons_holder .icon_box {
margin-left: 16px; margin-left: 16px;

View File

@ -110,6 +110,8 @@ 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%;
} }
.page_num_fieldset{ .page_num_fieldset{

View File

@ -44,6 +44,7 @@
background-color: white; background-color: white;
border-radius: 2px; border-radius: 2px;
box-shadow: 0px 0px 7px 0px #0000001F;