124 lines
2.1 KiB
SCSS
124 lines
2.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 : 10-Aug-2018, 13:58:09
|
||
|
Author : podkrizniku
|
||
|
*/
|
||
|
|
||
|
#survey_respondents {
|
||
|
width: auto;
|
||
|
min-height: 350px;
|
||
|
padding: 10px;
|
||
|
}
|
||
|
.respondent_profile_holder {
|
||
|
float: left;
|
||
|
width: 200px;
|
||
|
height: 290px;
|
||
|
border: 1px solid $soft_blue;
|
||
|
margin: 0px;
|
||
|
}
|
||
|
#respondent_profiles {
|
||
|
height: 290px;
|
||
|
overflow: auto;
|
||
|
cursor: pointer;
|
||
|
.option {
|
||
|
padding: 1px;
|
||
|
}
|
||
|
.active {
|
||
|
background-color: $strong_blue_super_darken;
|
||
|
color: white;
|
||
|
border-bottom: 1px solid $grey_normal;
|
||
|
}
|
||
|
}
|
||
|
#respondent_profile_values {
|
||
|
float: left;
|
||
|
width: 510px;
|
||
|
margin: 0px;
|
||
|
display: block;
|
||
|
height: 330px;
|
||
|
margin-left: 10px;
|
||
|
}
|
||
|
#respondent_profile_value_text {
|
||
|
width: 403px;
|
||
|
height: 245px;
|
||
|
border: 1px solid $soft_blue;
|
||
|
overflow: auto;
|
||
|
}
|
||
|
#respondent_profile_variables_box {
|
||
|
float: left;
|
||
|
width: auto;
|
||
|
}
|
||
|
#respondent_profile_variables {
|
||
|
width: 400px;
|
||
|
}
|
||
|
#respondent_new_dialog {
|
||
|
position: absolute;
|
||
|
left: 300px;
|
||
|
top: 250px;
|
||
|
border: 1px solid $red_error;
|
||
|
z-index: 120;
|
||
|
background-color: white;
|
||
|
padding: 10px;
|
||
|
margin: 10px;
|
||
|
width: 550px;
|
||
|
display: none;
|
||
|
}
|
||
|
#respondent_rename_dialog {
|
||
|
position: absolute;
|
||
|
left: 300px;
|
||
|
top: 250px;
|
||
|
border: 1px solid $red_error;
|
||
|
z-index: 120;
|
||
|
background-color: white;
|
||
|
padding: 10px;
|
||
|
margin: 10px;
|
||
|
width: 550px;
|
||
|
display: none;
|
||
|
}
|
||
|
#respondent_delete_dialog {
|
||
|
position: absolute;
|
||
|
left: 300px;
|
||
|
top: 250px;
|
||
|
border: 1px solid $red_error;
|
||
|
z-index: 120;
|
||
|
background-color: white;
|
||
|
padding: 10px;
|
||
|
margin: 10px;
|
||
|
width: 550px;
|
||
|
display: none;
|
||
|
}
|
||
|
#respondent_profile_right {
|
||
|
float: left;
|
||
|
width: 450px;
|
||
|
height: auto;
|
||
|
margin-left: 10px;
|
||
|
}
|
||
|
#respondent_profile_notes {
|
||
|
padding: 5px;
|
||
|
margin: 0px;
|
||
|
margin-bottom: 10px;
|
||
|
line-height: 14px;
|
||
|
color: black;
|
||
|
font-size: 11px;
|
||
|
border: 1px solid $orange;
|
||
|
background-color: $orange_super_lighten;
|
||
|
width: 100%;
|
||
|
ul {
|
||
|
list-style: square inside;
|
||
|
margin: 0px;
|
||
|
padding: 0px;
|
||
|
}
|
||
|
li {
|
||
|
padding-bottom: 5px;
|
||
|
}
|
||
|
}
|
||
|
#respondent_profile_upload {
|
||
|
padding: 5px;
|
||
|
margin: 0px;
|
||
|
color: black;
|
||
|
border: 1px solid $grey_super_light;
|
||
|
width: 100%;
|
||
|
}
|