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-27 01:18:58 +02:00
|
|
|
//Uvoz besedila
|
|
|
|
div.from_text_popup {
|
|
|
|
overflow: hidden !important;
|
|
|
|
}
|
|
|
|
|
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
|
2022-06-07 06:09:43 +02:00
|
|
|
#div_creport_settings_profiles {
|
|
|
|
#creport_profiles {
|
|
|
|
cursor: pointer;
|
|
|
|
width: 99%;
|
|
|
|
height: 140px;
|
|
|
|
display: inline-block;
|
|
|
|
border: 1px solid $gray;
|
|
|
|
.option {
|
|
|
|
padding: 8px;
|
|
|
|
border: 1px solid $gray;
|
|
|
|
}
|
|
|
|
.active {
|
|
|
|
background-color: $light-blue;
|
|
|
|
color: $blue;
|
|
|
|
}
|
2022-05-20 12:47:09 +02:00
|
|
|
}
|
2022-06-07 06:09:43 +02:00
|
|
|
|
|
|
|
#creport_settings_profiles_comment {
|
|
|
|
textarea {
|
|
|
|
width: 100%;
|
|
|
|
height: 80px;
|
|
|
|
}
|
2022-05-20 12:47:09 +02:00
|
|
|
}
|
|
|
|
|
2022-06-07 06:09:43 +02:00
|
|
|
.button_holder {
|
|
|
|
display: flex;
|
|
|
|
border-top: 1px solid $gray;
|
|
|
|
padding-top: 16px !important;
|
|
|
|
margin-top: 16px !important;
|
|
|
|
justify-content: space-between !important;
|
2022-05-20 12:47:09 +02:00
|
|
|
}
|
2022-06-07 06:09:43 +02:00
|
|
|
|
2022-05-20 12:47:09 +02:00
|
|
|
}
|
|
|
|
|
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 {
|
|
|
|
|
2022-05-27 01:32:06 +02:00
|
|
|
div.valid_units_wrap {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
justify-content: space-between;
|
|
|
|
width: 500px;
|
|
|
|
margin-top: -8px;
|
|
|
|
|
|
|
|
div.valid_units_box {
|
|
|
|
width: 50%;
|
|
|
|
margin-top: 8px;
|
2022-05-05 23:13:04 +02:00
|
|
|
|
|
|
|
input {
|
|
|
|
&[type=checkbox][disabled] + label:before {
|
|
|
|
color: $dark-gray;
|
|
|
|
pointer-events: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.setting_holder {
|
2022-05-24 09:01:34 +02:00
|
|
|
.setting_title {
|
|
|
|
font-size: 14px !important;
|
|
|
|
}
|
|
|
|
.setting_item {
|
|
|
|
label {
|
|
|
|
font-size: 14px !important;
|
|
|
|
}
|
|
|
|
}
|
2022-05-05 23:13:04 +02:00
|
|
|
|
|
|
|
.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
|
|
|
}
|
|
|
|
|
2022-05-24 09:01:34 +02:00
|
|
|
#divStatusProfile,
|
|
|
|
#div_variable_profiles {
|
|
|
|
.popup_main {
|
|
|
|
&:not(.with_menu) {
|
|
|
|
border-bottom: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2022-05-27 02:17:36 +02:00
|
|
|
//Pogoji
|
2022-05-27 03:49:28 +02:00
|
|
|
div#div_cp_preview_content,
|
|
|
|
div#div_condition_editing {
|
|
|
|
div#div_condition_editing_container{
|
2022-06-03 12:36:52 +02:00
|
|
|
background-color: $medium-blue;
|
|
|
|
padding: 12px;
|
2022-05-27 03:49:28 +02:00
|
|
|
|
|
|
|
div#div_condition_editing_inner {
|
|
|
|
|
|
|
|
div.condition_editing_preview {
|
|
|
|
div.condition_editing_naslov_holder {
|
|
|
|
div#div_condition_editing_conditions {
|
|
|
|
.clr_if,
|
|
|
|
.colorif {
|
|
|
|
color: $blue;
|
2022-05-27 02:17:36 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2022-05-27 03:49:28 +02:00
|
|
|
}
|
2022-05-27 02:17:36 +02:00
|
|
|
|
2022-05-27 03:49:28 +02:00
|
|
|
div.condition_editing_body {
|
|
|
|
margin-top: 16px !important;
|
|
|
|
|
|
|
|
div.condition_editing_row {
|
|
|
|
div.white_holder {
|
|
|
|
padding: 16px;
|
2022-05-27 02:17:36 +02:00
|
|
|
}
|
|
|
|
}
|
2022-05-27 03:49:28 +02:00
|
|
|
}
|
2022-05-27 02:17:36 +02:00
|
|
|
|
2022-05-27 03:49:28 +02:00
|
|
|
div.div_condition_editing_operators {
|
|
|
|
margin: 0;
|
2022-05-27 02:17:36 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2022-05-05 23:29:31 +02:00
|
|
|
//Izračuni
|
|
|
|
|
|
|
|
#rec_spremenljivka_naslov {
|
|
|
|
margin-right: 4px;
|
2022-05-06 00:15:13 +02:00
|
|
|
}
|
|
|
|
|
2022-06-02 02:59:34 +02:00
|
|
|
.question_recode_table {
|
|
|
|
width: 100%;
|
|
|
|
white-space: nowrap;
|
|
|
|
td, th {
|
|
|
|
font-size: 14px;
|
|
|
|
select {
|
|
|
|
width: 100% !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
#divRecodeSprOption {
|
|
|
|
label {
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
#divRecodeSprNew {
|
|
|
|
.setting_holder {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
align-items: center;
|
|
|
|
margin: 16px 0;
|
|
|
|
|
|
|
|
button {
|
|
|
|
width: fit-content;
|
|
|
|
min-width: auto;
|
|
|
|
}
|
|
|
|
input.text {
|
|
|
|
margin: 0 16px 0 16px;
|
|
|
|
|
|
|
|
&.none-left {
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.recode_end {
|
|
|
|
margin-left: 80px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
#coding_spr_new,
|
|
|
|
#divRecodeSprNew{
|
|
|
|
p, span {
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
input {
|
|
|
|
margin: 0 16px 0 16px;
|
|
|
|
}
|
|
|
|
button {
|
|
|
|
width: fit-content;
|
|
|
|
min-width: auto;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2022-06-07 02:50:57 +02:00
|
|
|
table.question_recode_table {
|
|
|
|
|
|
|
|
border: 1px solid $gray;
|
|
|
|
|
|
|
|
td,th {
|
|
|
|
border-left: 1px solid $gray;
|
|
|
|
|
|
|
|
&.main_head {
|
|
|
|
width: 50%;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.dark {
|
|
|
|
background-color: $light-gray2;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.labela {
|
|
|
|
width: 190px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
2022-06-07 00:38:23 +02:00
|
|
|
//Izbira spremenljivke pri kalkulaciji
|
|
|
|
|
|
|
|
div.column.variable {
|
|
|
|
select {
|
|
|
|
margin-left: 8px !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
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-27 04:09:07 +02:00
|
|
|
|
2022-05-06 01:12:24 +02:00
|
|
|
//Multitabele
|
|
|
|
div#newMCTable {
|
|
|
|
.setting_holder {
|
|
|
|
|
|
|
|
input.text{
|
|
|
|
width: 100% !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2022-05-27 04:09:07 +02:00
|
|
|
|
|
|
|
div#mc_table_settings {
|
|
|
|
|
|
|
|
h3 {
|
|
|
|
font-weight: 700;
|
|
|
|
color: $blue;
|
|
|
|
text-transform: uppercase;
|
|
|
|
font-size: 14px;
|
|
|
|
overflow: hidden;
|
|
|
|
margin: 0 0 8px 0;
|
|
|
|
|
|
|
|
&:after {
|
|
|
|
content: "";
|
|
|
|
display: inline-block;
|
|
|
|
height: 0.5em;
|
|
|
|
vertical-align: bottom;
|
|
|
|
width: 100%;
|
|
|
|
margin-right: -100%;
|
|
|
|
margin-left: 12px;
|
|
|
|
border-top: 1px solid $gray;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
form {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
}
|
2022-06-07 03:52:25 +02:00
|
|
|
|
2022-06-07 04:28:35 +02:00
|
|
|
#table_create_time {
|
|
|
|
margin: 16px 0 32px 0;
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
2022-06-07 03:52:25 +02:00
|
|
|
//Pošilji arhiv
|
|
|
|
div#div_analiza_archive_name {
|
|
|
|
width: 900px !important;
|
|
|
|
|
|
|
|
div.setting_holder {
|
|
|
|
|
|
|
|
textarea.email {
|
|
|
|
height: 60px !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
div#div_archives_email_wrap {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
gap: 16px;
|
|
|
|
|
|
|
|
margin-top: 4px;
|
|
|
|
|
|
|
|
div#div_archives_email_left {
|
|
|
|
|
|
|
|
width: 60%;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
div#div_archives_email_right {
|
|
|
|
min-height: 100% !important;
|
|
|
|
|
|
|
|
div.message_instructions {
|
|
|
|
background-color: $light-gray;
|
|
|
|
border: 1px solid $gray;
|
|
|
|
box-sizing: border-box;
|
|
|
|
padding: 16px;
|
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
min-height: 100% !important;
|
|
|
|
|
|
|
|
div.sistemske {
|
|
|
|
p {
|
|
|
|
margin-bottom: 4px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|