2022-05-05 13:15:46 +02:00
|
|
|
//Nov profil, preimenuj profil
|
|
|
|
div#newProfileDiv,
|
|
|
|
div#newProfile,
|
|
|
|
div#renameProfileDiv {
|
|
|
|
.setting_holder {
|
|
|
|
margin-bottom: 16px;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
2022-05-05 11:31:12 +02:00
|
|
|
|
2022-05-05 13:15:46 +02:00
|
|
|
&:first-of-type{
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.setting_item {
|
|
|
|
margin-top: 8px;
|
|
|
|
|
|
|
|
label {
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
input.text {
|
|
|
|
margin-left: 4px;
|
|
|
|
width: 469px !important;
|
2022-05-05 11:31:12 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2022-05-05 13:15:46 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
/////// STATUS //////////
|
2022-05-05 11:31:12 +02:00
|
|
|
|
2022-05-05 13:15:46 +02:00
|
|
|
// Povzetek > Nastavitev obdobja
|
2022-05-05 19:22:08 +02:00
|
|
|
div#time_profile_content{
|
2022-05-05 11:31:12 +02:00
|
|
|
|
2022-05-05 13:15:46 +02:00
|
|
|
.setting_holder {
|
|
|
|
margin-bottom: 16px;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
|
|
|
|
&:first-of-type{
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.setting_item {
|
|
|
|
margin-top: 8px;
|
|
|
|
|
|
|
|
label {
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
input.text {
|
|
|
|
margin: 0 4px 0 4px;
|
2022-05-05 11:31:12 +02:00
|
|
|
}
|
|
|
|
|
2022-05-05 13:15:46 +02:00
|
|
|
span.faicon {
|
|
|
|
margin-right: 16px;
|
|
|
|
}
|
2022-05-05 11:31:12 +02:00
|
|
|
|
2022-05-05 13:15:46 +02:00
|
|
|
select.dropdown {
|
|
|
|
margin-left: 4px;
|
|
|
|
width: 130px;
|
2022-05-05 11:31:12 +02:00
|
|
|
}
|
2022-05-05 11:55:31 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2022-05-05 11:31:12 +02:00
|
|
|
|
2022-05-05 13:15:46 +02:00
|
|
|
//Neodgovor spremenljivke > Filtri > Manjkajoči
|
|
|
|
fieldset#missingProfileFieldset {
|
2022-05-05 11:31:12 +02:00
|
|
|
|
2022-05-05 13:15:46 +02:00
|
|
|
table, tr {
|
|
|
|
border: none;
|
|
|
|
font-size: 14px !important;
|
|
|
|
width: 100%;
|
2022-05-05 11:55:31 +02:00
|
|
|
|
2022-05-05 13:15:46 +02:00
|
|
|
line-height: normal;
|
2022-05-05 11:55:31 +02:00
|
|
|
|
2022-05-05 13:15:46 +02:00
|
|
|
th {
|
|
|
|
background: none;
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
th, td {
|
|
|
|
padding: 4px;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
|
|
|
tr {
|
|
|
|
height: 20px;
|
2022-05-05 11:31:12 +02:00
|
|
|
}
|
|
|
|
}
|
2022-05-05 13:15:46 +02:00
|
|
|
|
|
|
|
div.mv_settings_other {
|
|
|
|
margin-bottom: 16px;
|
|
|
|
}
|
|
|
|
|
2022-05-05 13:51:08 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2022-05-05 18:47:00 +02:00
|
|
|
/////// UREJANJE //////
|
2022-05-05 13:51:08 +02:00
|
|
|
//Vprašalnik
|
|
|
|
|
|
|
|
div.setting_holder {
|
|
|
|
div.find-wrap {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
align-items: center;
|
|
|
|
gap: 16px;
|
|
|
|
}
|
2022-05-05 18:02:20 +02:00
|
|
|
|
|
|
|
margin-bottom: 16px;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
|
|
|
|
&:first-of-type{
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.setting_item {
|
|
|
|
margin-top: 8px;
|
|
|
|
|
|
|
|
label {
|
|
|
|
cursor: pointer !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
input {
|
|
|
|
&[type=checkbox][disabled] + label:before {
|
|
|
|
color: $dark-gray;
|
|
|
|
pointer-events: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2022-05-05 18:47:00 +02:00
|
|
|
}
|
2022-05-05 18:02:20 +02:00
|
|
|
|
2022-05-05 19:22:08 +02:00
|
|
|
//Nastavitve > Telefonska anketa
|
2022-05-05 18:47:00 +02:00
|
|
|
table#inv_edit_recipient {
|
|
|
|
width: 100%;
|
2022-05-05 19:22:08 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
div#telephone_popup {
|
|
|
|
|
|
|
|
.setting_holder {
|
|
|
|
margin-bottom: 16px;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
|
|
|
|
&:first-of-type{
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.setting_item {
|
|
|
|
margin-top: 8px;
|
|
|
|
|
|
|
|
input.text {
|
|
|
|
margin: 0 4px 0 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
span.faicon {
|
|
|
|
margin-right: 16px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2022-05-05 20:41:05 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
////// ANALIZE //////
|
|
|
|
|
|
|
|
//Ustvari arhiv analize
|
|
|
|
|
|
|
|
div#div_analiza_archive_name {
|
|
|
|
|
|
|
|
.setting_holder {
|
|
|
|
margin-bottom: 16px;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
|
|
|
|
&:first-of-type{
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.setting_item {
|
|
|
|
margin-top: 8px;
|
|
|
|
|
|
|
|
label {
|
|
|
|
cursor: pointer;
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.indent {
|
|
|
|
margin-left: 25px;
|
|
|
|
margin-top: 0;
|
|
|
|
display: none;
|
|
|
|
|
|
|
|
input.text {
|
|
|
|
margin-left: 4px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
input.text.medium {
|
|
|
|
width: 40% !important;
|
|
|
|
margin-left: 4px;
|
|
|
|
margin-right: 4px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
input.text,
|
|
|
|
textarea {
|
|
|
|
width: 100% !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.alaysis_archive_wrap {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
gap: 32px;
|
|
|
|
|
|
|
|
.alaysis_archive_right,
|
|
|
|
.alaysis_archive_left {
|
|
|
|
width: 50%;
|
|
|
|
}
|
|
|
|
}
|
2022-05-05 20:53:25 +02:00
|
|
|
}
|
|
|
|
|
2022-05-20 12:47:09 +02:00
|
|
|
//Poročila
|
|
|
|
#creport_profiles {
|
|
|
|
cursor: pointer;
|
|
|
|
width: 99%;
|
|
|
|
height: 140px;
|
|
|
|
display: inline-block;
|
|
|
|
border: 1px solid $gray;
|
|
|
|
.option {
|
|
|
|
padding: 1px;
|
|
|
|
}
|
|
|
|
.active {
|
|
|
|
background-color: $blue;
|
|
|
|
color: white;
|
|
|
|
border-bottom: 1px solid $gray;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
#creport_settings_profiles_comment {
|
|
|
|
textarea {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2022-05-20 13:14:54 +02:00
|
|
|
#newCReportProfile,
|
|
|
|
#renameCReportProfile {
|
2022-05-20 12:56:49 +02:00
|
|
|
.text {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2022-05-20 13:14:54 +02:00
|
|
|
#renameCReportProfile,
|
|
|
|
#deleteCReportProfile {
|
|
|
|
.button_holder {
|
|
|
|
margin-top: 32px;
|
|
|
|
justify-content: flex-end;
|
|
|
|
margin-bottom: 0;
|
|
|
|
|
|
|
|
button {
|
|
|
|
margin: 0 0 0 16px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2022-05-05 20:53:25 +02:00
|
|
|
|
|
|
|
//// TESTIRANJE /////
|
|
|
|
//Avtomatski vnosi - progress bar
|
|
|
|
.pbLabel {
|
|
|
|
height: 20px;
|
|
|
|
width: 160px;
|
|
|
|
vertical-align: middle;
|
|
|
|
padding: auto 0;
|
|
|
|
}
|
|
|
|
#pbRowPercent {
|
|
|
|
width: 500px;
|
|
|
|
height: 20px;
|
|
|
|
margin: 0 0 5px 0;
|
|
|
|
padding: 3px;
|
|
|
|
display: block;
|
|
|
|
background-color: white;
|
|
|
|
background: -webkit-gradient(linear, 0 0, 0 100%, from(#f6fbff), to(#fff) );
|
|
|
|
background: -moz-linear-gradient(top, #f6fbff, #fff);
|
|
|
|
border: 1px solid $light-blue;
|
|
|
|
div {
|
|
|
|
background-color: #C7ED8B;
|
|
|
|
height: 100%;
|
|
|
|
width: 0;
|
|
|
|
border: none;
|
|
|
|
-moz-box-shadow: 2px 0 5px $light-gray;
|
|
|
|
-webkit-box-shadow: 2px 0 5px $light-gray;
|
|
|
|
box-shadow: 2px 0 5px $light-gray;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
#pbRowPercentLabel {
|
|
|
|
position: absolute;
|
|
|
|
z-index: 1px;
|
|
|
|
padding: 3px;
|
|
|
|
}
|
|
|
|
#hpbRowPercent {
|
|
|
|
visibility: hidden;
|
2022-05-05 22:29:19 +02:00
|
|
|
}
|
|
|
|
|
2022-05-19 05:14:23 +02:00
|
|
|
//Diagnostika
|
|
|
|
div#testiranje_preview_settings {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
|
|
|
|
gap: 64px;
|
|
|
|
|
|
|
|
.testiranje_preview_settings_left,
|
|
|
|
.testiranje_preview_settings_right {
|
|
|
|
width: fit-content;
|
|
|
|
|
|
|
|
.setting_holder {
|
|
|
|
width: fit-content;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2022-05-05 22:29:19 +02:00
|
|
|
|
2022-05-05 23:29:31 +02:00
|
|
|
/////PODATKI/////
|
2022-05-05 22:29:19 +02:00
|
|
|
//Javna povezava
|
|
|
|
#div_survey_links {
|
|
|
|
min-width: 600px;
|
|
|
|
width: auto;
|
|
|
|
|
|
|
|
.hash_comment {
|
|
|
|
min-width: 200px;
|
|
|
|
height: 100%;
|
|
|
|
min-height: 1em;
|
|
|
|
outline: 1px solid $dark-gray;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
2022-05-05 23:13:04 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
//Statusi
|
|
|
|
fieldset.statusProfileFieldset {
|
|
|
|
|
|
|
|
table {
|
|
|
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
|
|
|
td {
|
|
|
|
input {
|
|
|
|
&[type=checkbox][disabled] + label:before {
|
|
|
|
color: $dark-gray;
|
|
|
|
pointer-events: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.setting_holder {
|
|
|
|
|
|
|
|
.horizontal {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.disabled {
|
|
|
|
pointer-events: none;
|
|
|
|
color: $dark-gray;
|
|
|
|
|
|
|
|
.setting_item {
|
|
|
|
|
|
|
|
label {
|
|
|
|
pointer-events: none;
|
|
|
|
color: $dark-gray;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
2022-05-05 23:29:31 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
//Izračuni
|
|
|
|
|
|
|
|
#rec_spremenljivka_naslov {
|
|
|
|
margin-right: 4px;
|
2022-05-06 00:15:13 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
//////ANALIZA//////
|
|
|
|
//Zoom
|
|
|
|
div#inspect_div {
|
|
|
|
|
|
|
|
.setting_holder {
|
|
|
|
|
|
|
|
.horizontal {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2022-05-20 06:51:57 +02:00
|
|
|
|
|
|
|
div.popupShadow {
|
2022-05-24 08:01:59 +02:00
|
|
|
box-shadow: 0 0 10px 0 rgb(0 0 0 / 34%);
|
2022-05-20 06:51:57 +02:00
|
|
|
}
|
|
|
|
|
2022-05-06 01:12:24 +02:00
|
|
|
//Multitabele
|
|
|
|
div#newMCTable {
|
|
|
|
.setting_holder {
|
|
|
|
|
|
|
|
input.text{
|
|
|
|
width: 100% !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|