220 lines
3.8 KiB
SCSS

//Nov profil, preimenuj profil
div#newProfileDiv,
div#newProfile,
div#renameProfileDiv {
.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-left: 4px;
width: 469px !important;
}
}
}
}
/////// STATUS //////////
// Povzetek > Nastavitev obdobja
div#time_profile_content{
.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;
}
span.faicon {
margin-right: 16px;
}
select.dropdown {
margin-left: 4px;
width: 130px;
}
}
}
}
//Neodgovor spremenljivke > Filtri > Manjkajoči
fieldset#missingProfileFieldset {
table, tr {
border: none;
font-size: 14px !important;
width: 100%;
line-height: normal;
th {
background: none;
border: none;
}
th, td {
padding: 4px;
vertical-align: middle;
}
tr {
height: 20px;
}
}
div.mv_settings_other {
margin-bottom: 16px;
}
}
/////// UREJANJE //////
//Vprašalnik
div.setting_holder {
div.find-wrap {
display: flex;
flex-direction: row;
align-items: center;
gap: 16px;
}
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;
}
}
}
}
//Nastavitve > Telefonska anketa
table#inv_edit_recipient {
width: 100%;
}
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;
}
}
}
}
////// 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%;
}
}
}