[Redizajn 1KA] Popupi: Analize - Filtri > Zoom - v2

This commit is contained in:
tejagerjovic 2022-05-20 06:51:57 +02:00
parent e522945c8f
commit 3e11258558
3 changed files with 10 additions and 1 deletions

View File

@ -6,7 +6,7 @@ function inspect_init() {
//}); //});
$('#fullscreen').html('').fadeIn('slow'); $('#fullscreen').html('').fadeIn('slow');
$("#fullscreen").load('ajax.php?t=inspect&a=show_inspectListSpr', {anketa : srv_meta_anketa_id}).addClass('z-index200'); $("#fullscreen").load('ajax.php?t=inspect&a=show_inspectListSpr', {anketa : srv_meta_anketa_id}).addClass('z-index200').addClass('popupShadow');
}); });
$("#dsp_inspect_cancel").live('click', function(event) { $("#dsp_inspect_cancel").live('click', function(event) {

View File

@ -8396,6 +8396,10 @@ div#inspect_div .setting_holder .horizontal {
flex-direction: row; flex-direction: row;
} }
div.popupShadow {
box-shadow: 2px 2px 2px 2px #333333;
}
div#newMCTable .setting_holder input.text { div#newMCTable .setting_holder input.text {
width: 100% !important; width: 100% !important;
} }

View File

@ -349,6 +349,11 @@ div#inspect_div {
} }
} }
} }
div.popupShadow {
box-shadow: 2px 2px 2px 2px $black;
}
//Multitabele //Multitabele
div#newMCTable { div#newMCTable {
.setting_holder { .setting_holder {