tejagerjovic e409263873 [Redizajn 1KA] Popupi: Podatki - Filtri > Statusi - v3
Tabela za ustrezne enote razbita v flexbox
2022-05-27 01:32:06 +02:00

437 lines
7.5 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;
}
}
}
}
//Uvoz besedila
div.from_text_popup {
overflow: hidden !important;
}
//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%;
}
}
}
//Poročila
#creport_profiles {
cursor: pointer;
width: 99%;
height: 140px;
display: inline-block;
border: 1px solid $gray;
.option {
padding: 1px;
}
.active {
background-color: $blue;
color: white;
border-bottom: 1px solid $gray;
}
}
#creport_settings_profiles_comment {
textarea {
width: 100%;
}
}
#newCReportProfile,
#renameCReportProfile {
.text {
width: 100%;
}
}
#renameCReportProfile,
#deleteCReportProfile {
.button_holder {
margin-top: 32px;
justify-content: flex-end;
margin-bottom: 0;
button {
margin: 0 0 0 16px;
}
}
}
//// TESTIRANJE /////
//Avtomatski vnosi - progress bar
.pbLabel {
height: 20px;
width: 160px;
vertical-align: middle;
padding: auto 0;
}
#pbRowPercent {
width: 500px;
height: 20px;
margin: 0 0 5px 0;
padding: 3px;
display: block;
background-color: white;
background: -webkit-gradient(linear, 0 0, 0 100%, from(#f6fbff), to(#fff) );
background: -moz-linear-gradient(top, #f6fbff, #fff);
border: 1px solid $light-blue;
div {
background-color: #C7ED8B;
height: 100%;
width: 0;
border: none;
-moz-box-shadow: 2px 0 5px $light-gray;
-webkit-box-shadow: 2px 0 5px $light-gray;
box-shadow: 2px 0 5px $light-gray;
}
}
#pbRowPercentLabel {
position: absolute;
z-index: 1px;
padding: 3px;
}
#hpbRowPercent {
visibility: hidden;
}
//Diagnostika
div#testiranje_preview_settings {
display: flex;
flex-direction: row;
gap: 64px;
.testiranje_preview_settings_left,
.testiranje_preview_settings_right {
width: fit-content;
.setting_holder {
width: fit-content;
}
}
}
/////PODATKI/////
//Javna povezava
#div_survey_links {
min-width: 600px;
width: auto;
.hash_comment {
min-width: 200px;
height: 100%;
min-height: 1em;
outline: 1px solid $dark-gray;
display: inline-block;
}
}
//Statusi
fieldset.statusProfileFieldset {
div.valid_units_wrap {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
width: 500px;
margin-top: -8px;
div.valid_units_box {
width: 50%;
margin-top: 8px;
input {
&[type=checkbox][disabled] + label:before {
color: $dark-gray;
pointer-events: none;
}
}
}
}
.setting_holder {
.setting_title {
font-size: 14px !important;
}
.setting_item {
label {
font-size: 14px !important;
}
}
.horizontal {
display: flex;
flex-direction: row;
}
&.disabled {
pointer-events: none;
color: $dark-gray;
.setting_item {
label {
pointer-events: none;
color: $dark-gray;
}
}
}
}
}
#divStatusProfile,
#div_variable_profiles {
.popup_main {
&:not(.with_menu) {
border-bottom: none;
}
}
}
//Izračuni
#rec_spremenljivka_naslov {
margin-right: 4px;
}
//////ANALIZA//////
//Zoom
div#inspect_div {
.setting_holder {
.horizontal {
display: flex;
flex-direction: row;
}
}
}
div.popupShadow {
box-shadow: 0 0 10px 0 rgb(0 0 0 / 34%);
}
//Multitabele
div#newMCTable {
.setting_holder {
input.text{
width: 100% !important;
}
}
}