2021-11-03 11:53:26 +01:00
|
|
|
|
|
|
|
// Tabele
|
2022-06-02 11:21:27 +02:00
|
|
|
.analysis_bottom_settings{
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
|
|
|
.comment_holder{
|
|
|
|
justify-content: center;
|
|
|
|
|
|
|
|
width: 100%;
|
|
|
|
margin: 0 0 16px 0 !important;
|
|
|
|
|
|
|
|
border: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.div_analiza_icons,
|
|
|
|
.div_analiza_scale{
|
|
|
|
opacity: 1 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.analysis_icons_holder{
|
|
|
|
display: none;
|
2021-11-03 11:53:26 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Grafi
|
|
|
|
.chart_holder{
|
|
|
|
width: 100%;
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
2022-06-13 11:23:16 +02:00
|
|
|
.chart_title{
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2021-11-03 11:53:26 +01:00
|
|
|
.chart_img{
|
|
|
|
min-height: auto;
|
|
|
|
float: none;
|
|
|
|
|
|
|
|
pointer-events: none;
|
|
|
|
|
|
|
|
img {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.chart_settings{
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.chart_bottom_settings{
|
|
|
|
|
|
|
|
&:first-child{
|
|
|
|
display: block;
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Porocila
|
|
|
|
table.analysis_reports{
|
|
|
|
border-spacing: 0px;
|
|
|
|
|
|
|
|
> tbody > tr,
|
|
|
|
> tbody > tr > td{
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
|
|
|
|
width: 100%;
|
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
|
|
|
|
|
|
> tbody > tr > td{
|
|
|
|
margin: 10px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
fieldset{
|
|
|
|
margin-bottom: 0 !important;
|
|
|
|
}
|
2022-06-13 11:23:16 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.reports_holder{
|
|
|
|
flex-direction: column;
|
|
|
|
|
|
|
|
fieldset{
|
|
|
|
width: 100%;
|
|
|
|
}
|
2021-11-03 11:53:26 +01:00
|
|
|
}
|