170 lines
3.0 KiB
SCSS
170 lines
3.0 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 : 07-Aug-2018, 13:00:32
|
|
Author : podkrizniku
|
|
*/
|
|
|
|
.spremenljivka_content[tip="24"] {
|
|
.variable_holder {
|
|
overflow-x: auto;
|
|
}
|
|
}
|
|
.grid_header_table {
|
|
width: 100%;
|
|
text-align: center;
|
|
border-collapse: collapse;
|
|
td.grid_header {
|
|
height: 18px;
|
|
}
|
|
tbody {
|
|
tr {
|
|
td {
|
|
padding-top: 3px;
|
|
padding-bottom: 3px;
|
|
}
|
|
&:nth-child(odd) {
|
|
background-color: $soft_blue_very_lighten;
|
|
td {
|
|
background-color: $soft_blue_very_lighten;
|
|
div[contenteditable=true] {
|
|
border: 1px solid transparent;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.grid_header {
|
|
font-weight: 500;
|
|
}
|
|
.grid_question {
|
|
width: 20%;
|
|
text-align: left;
|
|
padding-right: 1%;
|
|
}
|
|
.col_border {
|
|
border-left: 1px solid $grey_dark;
|
|
}
|
|
.grid-plus-minus {
|
|
text-align: right;
|
|
visibility: hidden;
|
|
}
|
|
.sub-table {
|
|
display: none;
|
|
}
|
|
div.grid_inline {
|
|
min-width: 20px;
|
|
padding: 2px 0;
|
|
}
|
|
div.grid_inline_droppable_title {
|
|
height: 15px !important;
|
|
width: 230px;
|
|
padding: 2px 0 5 0;
|
|
margin: 0px auto 0px auto;
|
|
border-top: 1px black dashed !important;
|
|
border-left: 1px black dashed !important;
|
|
border-right: 1px black dashed !important;
|
|
text-align: center;
|
|
}
|
|
div.grid_inline_droppable_title_box {
|
|
height: 15px !important;
|
|
width: 230px;
|
|
padding: 2px 0 5 0;
|
|
margin: 0px auto 0px auto;
|
|
text-align: center;
|
|
}
|
|
li {
|
|
table.grid_header_table {
|
|
span.inline.show {
|
|
visibility: visible;
|
|
}
|
|
}
|
|
}
|
|
@mixin inlineMove {
|
|
span.inline_move {
|
|
position: absolute;
|
|
left: 30px;
|
|
}
|
|
}
|
|
div.spremenljivka_content[tip="6"] {
|
|
@include inlineMove;
|
|
}
|
|
div.spremenljivka_content[tip="16"] {
|
|
@include inlineMove;
|
|
}
|
|
div.spremenljivka_content[tip="19"] {
|
|
@include inlineMove;
|
|
}
|
|
div.spremenljivka_content[tip="20"] {
|
|
@include inlineMove;
|
|
}
|
|
div.spremenljivka_content[tip="24"] {
|
|
@include inlineMove;
|
|
}
|
|
table.grid_header_table {
|
|
span.inline_delete {
|
|
position: absolute;
|
|
visibility: hidden;
|
|
right: 5px;
|
|
margin-right: 57px;
|
|
margin-right: 0px;
|
|
}
|
|
span.inline_edit {
|
|
position: absolute;
|
|
visibility: hidden;
|
|
right: 7px;
|
|
margin-right: 57px;
|
|
}
|
|
span.inline_if_not {
|
|
position: absolute;
|
|
visibility: hidden;
|
|
right: 7px;
|
|
margin-right: 57px;
|
|
margin-right: 32px;
|
|
}
|
|
span.inline_if_follow {
|
|
position: absolute;
|
|
visibility: hidden;
|
|
right: 7px;
|
|
margin-right: 57px;
|
|
}
|
|
span.inline_hidden {
|
|
position: absolute;
|
|
visibility: hidden;
|
|
right: 7px;
|
|
margin-right: 57px;
|
|
margin-right: 14px;
|
|
}
|
|
span.correct {
|
|
position: absolute;
|
|
visibility: hidden;
|
|
right: 7px;
|
|
margin-right: 57px;
|
|
}
|
|
}
|
|
.trak_class {
|
|
border: 1px solid $grey_very_light;
|
|
cursor: pointer;
|
|
background: white !important;
|
|
}
|
|
.trak_class_input {
|
|
visibility: hidden !important;
|
|
display: block;
|
|
z-index: -1;
|
|
}
|
|
.radio-button-label {
|
|
cursor: pointer !important;
|
|
z-index: -2;
|
|
}
|
|
.trak_container_bg {
|
|
background-color: $grey_very_light !important;
|
|
}
|
|
table.trak_inline_nadnaslov {
|
|
td {
|
|
text-align: center !important;
|
|
}
|
|
} |