2022-05-05 11:55:31 +02:00
|
|
|
/////// STATUS //////////
|
2022-05-05 11:31:12 +02:00
|
|
|
|
|
|
|
// Povzetek > Nastavitev obdobja
|
|
|
|
div#div_time_profiles {
|
|
|
|
|
|
|
|
//Vsebina popupa
|
|
|
|
div.popup_main {
|
|
|
|
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
//Nov profil, preimenuj profil
|
|
|
|
div#newProfileDiv,
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
}
|
2022-05-05 11:55:31 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2022-05-05 11:31:12 +02:00
|
|
|
|
2022-05-05 12:20:22 +02:00
|
|
|
//Neodgovor spremenljivke > Filtri zgoraj desno
|
|
|
|
div#div_variable_profiles,
|
|
|
|
div#div_condition_profiles {
|
2022-05-05 11:55:31 +02:00
|
|
|
div#newProfile,
|
|
|
|
div#renameProfileDiv {
|
2022-05-05 11:31:12 +02:00
|
|
|
|
2022-05-05 11:55:31 +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-left: 4px;
|
|
|
|
width: 469px;
|
|
|
|
}
|
|
|
|
}
|
2022-05-05 11:31:12 +02:00
|
|
|
}
|
|
|
|
}
|
2022-05-05 11:55:31 +02:00
|
|
|
}
|
|
|
|
|