[Redizajn 1KA] Popupi: Analize - Filtri > Zoom - v2
This commit is contained in:
parent
e522945c8f
commit
3e11258558
@ -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) {
|
||||||
|
@ -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;
|
||||||
}
|
}
|
||||||
|
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user