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
|
|
|
|
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:32:45 +02:00
|
|
|
}
|