181 lines
3.1 KiB
SCSS
181 lines
3.1 KiB
SCSS
/*
|
|
To change this license header, choose License Headers in Project Properties.
|
|
To change this template file, choose Tools | Templates
|
|
and open the template in the editor.
|
|
*/
|
|
/*
|
|
Created on : 04-Aug-2018, 13:45:54
|
|
Author : podkrizniku
|
|
*/
|
|
|
|
#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 $popup_border;
|
|
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 $soft_blue;
|
|
margin: 7px 10px 7px 0px;
|
|
padding: 3px 0px;
|
|
width: 100%;
|
|
}
|
|
}
|
|
.recoding_variable_div {
|
|
padding: 8px 3px;
|
|
}
|
|
.ui-recode-placeholder {
|
|
background: $orange_super_lighten;
|
|
border: 1px dashed $orange;
|
|
}
|
|
.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;
|
|
}
|
|
table#recode_table {
|
|
border-spacing: 0px;
|
|
padding: 0px;
|
|
margin: 0px;
|
|
border-collapse: collapse;
|
|
table-layout: auto;
|
|
border: 1px solid $soft_blue;
|
|
|
|
th {
|
|
padding: 3px;
|
|
font-weight: 600;
|
|
border: 1px solid $soft_blue;
|
|
background-color: $soft_blue_very_lighten;
|
|
&:nth-child(1) {
|
|
border-right: 1px solid $grey_super_light;
|
|
}
|
|
}
|
|
td {
|
|
padding: 5px 3px;
|
|
&:nth-child(4) {
|
|
border-right: 1px solid $grey_super_light;
|
|
}
|
|
}
|
|
tr.even {
|
|
background: $grey_almost_white;
|
|
}
|
|
tr.odd {
|
|
background: white;
|
|
}
|
|
tr.border_top {
|
|
border-top: 1px solid $soft_blue;
|
|
}
|
|
tr.border_top_lite {
|
|
border-top: 1px solid $grey_super_light;
|
|
}
|
|
}
|
|
#recode_number_sort {
|
|
select {
|
|
max-width: 200px;
|
|
}
|
|
}
|
|
#question_recode {
|
|
@include popup_general();
|
|
|
|
display: none;
|
|
|
|
max-height: 450px;
|
|
overflow-y: scroll;
|
|
min-height: 200px;
|
|
height: auto;
|
|
width: 650px;
|
|
|
|
label {
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
input {
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
vertical-align: top;
|
|
}
|
|
}
|
|
input {
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
vertical-align: top;
|
|
}
|
|
.recodeButtonHolder {
|
|
|
|
.buttonwrapper a.ovalbutton_gray{
|
|
padding: 5px 12px 6px;
|
|
|
|
&:hover span{
|
|
color: white !important;
|
|
}
|
|
}
|
|
}
|
|
table.question_recode_table {
|
|
tr {
|
|
td {
|
|
select {
|
|
max-width: 250px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#question_recode_run_note{
|
|
display: none;
|
|
}
|
|
#recodeToNewSpr {
|
|
padding: 5px 15px 15px 15px;
|
|
margin-bottom: 40px;
|
|
}
|