95 lines
1.6 KiB
SCSS
Raw Normal View History

//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;
}
}