191 lines
3.2 KiB
SCSS
191 lines
3.2 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 : 13-Aug-2018, 12:32:48
|
|
Author : podkrizniku
|
|
*/
|
|
|
|
.endif_editing {
|
|
background-color: $soft_blue_lighten;
|
|
}
|
|
li.if_editing {
|
|
div.if_content {
|
|
&:before {
|
|
background-color: $if_background;
|
|
content: "";
|
|
display: block;
|
|
height: 15px;
|
|
left: 0;
|
|
position: absolute;
|
|
top: 0;
|
|
width: 100%;
|
|
z-index: -1;
|
|
}
|
|
}
|
|
}
|
|
span.conditions_display {
|
|
display: block;
|
|
line-height: 28px;
|
|
}
|
|
/*if condition variable select*/
|
|
select.spremenljivka_select {
|
|
option {
|
|
max-width: 500px;
|
|
}
|
|
}
|
|
.condition {
|
|
position: relative;
|
|
left: -21px;
|
|
}
|
|
span.endif {
|
|
position: relative;
|
|
left: -29px;
|
|
font-weight: bold;
|
|
}
|
|
.block {
|
|
>div {
|
|
>#div_condition_editing_container {
|
|
background-color: $block_background;
|
|
line-height: 28px;
|
|
}
|
|
}
|
|
}
|
|
.loop {
|
|
>div {
|
|
>#div_condition_editing_container {
|
|
padding-top: 6px;
|
|
}
|
|
}
|
|
}
|
|
#div_condition_editing_inner {
|
|
>.condition_editing_preview {
|
|
background-color: $soft_blue_lighten;
|
|
padding-left: 6px;
|
|
}
|
|
}
|
|
#div_condition_editing_operators {
|
|
padding: 5px 0;
|
|
}
|
|
#div_condition_editing {
|
|
display: none;
|
|
|
|
height: auto;
|
|
width: 800px;
|
|
|
|
div#div_condition_editing_container {
|
|
margin-bottom: 44px;
|
|
}
|
|
.error_display {
|
|
background-color: transparent;
|
|
}
|
|
.condition_editing_vrednost_title {
|
|
margin: -5px 0 15px 5px;
|
|
font-size: 14px;
|
|
font-weight: 600;
|
|
}
|
|
}
|
|
#div_condition_editing_float {
|
|
position: absolute;
|
|
top: 0;
|
|
right: -335px;
|
|
|
|
width: 290px;
|
|
padding: 0 10px 15px 10px;
|
|
|
|
background-color: white;
|
|
|
|
border: 1px solid $soft_blue;
|
|
|
|
h2 {
|
|
margin-top: 0;
|
|
padding: 10px;
|
|
border-bottom: 0;
|
|
margin: 0 -10px 0 -10px;
|
|
background-color: $soft_blue;
|
|
}
|
|
p {
|
|
padding: 3px;
|
|
margin: 10px 0;
|
|
}
|
|
p.heading {
|
|
border: 0;
|
|
background: none;
|
|
padding: 0;
|
|
}
|
|
span.content {
|
|
float: right;
|
|
}
|
|
fieldset {
|
|
margin: 11px 0;
|
|
padding: 0;
|
|
border: 0;
|
|
border-top: 1px solid $soft_blue;
|
|
}
|
|
legend {
|
|
background-color: transparent;
|
|
color: $strong_blue;
|
|
font-weight: 500;
|
|
margin: 0;
|
|
padding: 0 10px 0 5px;
|
|
}
|
|
}
|
|
.error_display {
|
|
display: block;
|
|
line-height: 24px;
|
|
}
|
|
.tbl_ce_bck_blue {
|
|
background-color: $strong_blue_super_light;
|
|
}
|
|
.tbl_ce_lol {
|
|
border-top: 1px solid $grey_very_light;
|
|
border-bottom: 1px solid $grey_very_light;
|
|
border-left: 1px solid $grey_very_light;
|
|
}
|
|
.tbl_ce_tb {
|
|
border-top: 1px solid $grey_very_light;
|
|
border-bottom: 1px solid $grey_very_light;
|
|
}
|
|
.tbl_ce_lor {
|
|
border-top: 1px solid $grey_very_light;
|
|
border-bottom: 1px solid $grey_very_light;
|
|
border-right: 1px solid $grey_very_light;
|
|
}
|
|
.if_remove {
|
|
z-index: 5;
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
margin-right: 20px;
|
|
padding-top: 9px;
|
|
}
|
|
.endif {
|
|
a.surveycomment {
|
|
padding-right: 15px;
|
|
font-size: 10px;
|
|
}
|
|
}
|
|
.endblock {
|
|
a.surveycomment {
|
|
padding-right: 15px;
|
|
font-size: 10px;
|
|
}
|
|
}
|
|
#condition_editing_bottom_placeholder {
|
|
display: block;
|
|
height: 1px;
|
|
margin-bottom: 15px;
|
|
border-top: 1px solid $soft_blue;
|
|
}
|
|
.tbl_condition_editing {
|
|
width: 98%;
|
|
border-spacing: 0px;
|
|
margin: 0px 1% 0px 1%;
|
|
border-collapse: collapse;
|
|
th {
|
|
color: $grey_normal;
|
|
font-weight: normal;
|
|
}
|
|
} |