/////// STATUS ////////// // 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; } } } } } //Neodgovor spremenljivke >Filtri zgoraj desno div#div_variable_profiles { 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; } } } } }