2022-02-18 01:16:21 +01:00
|
|
|
fieldset#calculations {
|
|
|
|
div.icon_holder {
|
|
|
|
margin-bottom: 16px;
|
|
|
|
|
|
|
|
span.faicon {
|
|
|
|
&:first-of-type {
|
|
|
|
margin-left: 32px;
|
|
|
|
}
|
|
|
|
margin-right: 20px;
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
div.button_holder {
|
|
|
|
margin-top: 16px;
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
2022-04-01 04:44:33 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
//Rekodiranje
|
|
|
|
table#recode_table {
|
|
|
|
width: 100%;
|
|
|
|
white-space: nowrap;
|
|
|
|
|
|
|
|
td,th {
|
|
|
|
div.analysis_icons_holder,
|
|
|
|
div.functions {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
flex-wrap: nowrap;
|
|
|
|
justify-content: flex-start;
|
|
|
|
|
|
|
|
div.sep {
|
|
|
|
border-right: 1px solid $gray;
|
|
|
|
padding: 0 16px;
|
|
|
|
vertical-align: middle;
|
|
|
|
width: fit-content;
|
|
|
|
|
|
|
|
&.silver {
|
|
|
|
color: $very-dark-gray;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&.functions_column {
|
|
|
|
border-left: 1px solid $gray;
|
|
|
|
}
|
|
|
|
}
|
2022-04-07 02:45:32 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
//Ročno rekodiranje
|
|
|
|
div.subpage_coding {
|
|
|
|
.layout_right_item {
|
|
|
|
fieldset {
|
|
|
|
div#analiza_data {
|
|
|
|
max-width: 932px;
|
|
|
|
overflow-x: scroll;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2022-04-01 04:44:33 +02:00
|
|
|
|
2022-04-07 02:45:32 +02:00
|
|
|
#dataTableScroller,
|
|
|
|
#div_analiza_filtri_right {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
//Skopiran styling za recode popup
|
|
|
|
|
|
|
|
#vprasanje_recode_new {
|
|
|
|
position: absolute;
|
|
|
|
top: 40% !important;
|
|
|
|
height: auto;
|
|
|
|
min-height: 100px;
|
|
|
|
width: 350px;
|
|
|
|
padding: 10px;
|
|
|
|
font-size: 13px;
|
|
|
|
background-color: white;
|
|
|
|
border: 4px solid $blue;
|
|
|
|
border-radius: 7px;
|
|
|
|
-moz-border-radius: 7px 7px 7px 7px;
|
|
|
|
-webkit-border-radius: 7px;
|
|
|
|
box-shadow: 0 0 15px rgba(0, 0, 0, 0.8);
|
|
|
|
-moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.8);
|
|
|
|
-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.8);
|
|
|
|
}
|
|
|
|
.coding-refresh {
|
|
|
|
@include popup_general();
|
|
|
|
|
|
|
|
display: none;
|
|
|
|
position: fixed;
|
|
|
|
z-index: 1000;
|
|
|
|
left: calc(50% - 150px);
|
|
|
|
top: 20px;
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
width: 300px;
|
|
|
|
}
|
|
|
|
#coding {
|
|
|
|
@include popup_general();
|
|
|
|
|
|
|
|
position: absolute;
|
|
|
|
|
|
|
|
min-width: 500px;
|
|
|
|
min-height: 100px;
|
|
|
|
display: none;
|
|
|
|
|
|
|
|
.new-spr {
|
|
|
|
position: absolute;
|
|
|
|
top: 3px;
|
|
|
|
right: 3px;
|
|
|
|
background-color: white;
|
|
|
|
padding: 5px;
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
ul.recode_number_sort {
|
|
|
|
padding: 0px;
|
|
|
|
margin: 0px;
|
|
|
|
li {
|
|
|
|
list-style: none;
|
|
|
|
border: 1px solid $blue;
|
|
|
|
margin: 7px 10px 7px 0px;
|
|
|
|
padding: 3px 0px;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.recoding_variable_div {
|
|
|
|
padding: 8px 3px;
|
|
|
|
}
|
|
|
|
.ui-recode-placeholder {
|
|
|
|
background: $light-blue;
|
|
|
|
border: 1px dashed $black;
|
|
|
|
}
|
|
|
|
.floatRecodeSpremenljivka {
|
|
|
|
@include popup_general();
|
|
|
|
|
|
|
|
position: fixed;
|
|
|
|
min-height: 50px;
|
|
|
|
height: auto;
|
|
|
|
top: 40vh;
|
|
|
|
left: calc(50% + 360px);
|
|
|
|
min-width: 200px;
|
|
|
|
width: auto;
|
|
|
|
z-index: 1000;
|
|
|
|
}
|
2022-02-18 01:16:21 +01:00
|
|
|
}
|