Merge branch 'ent-11304-ventana-modal-en-la-creacion-de-modulos-es-muy-pequena' into 'develop'
Ent 11304 ventana modal en la creacion de modulos es muy pequena See merge request artica/pandorafms!5946
This commit is contained in:
commit
cc54c69339
|
@ -1105,8 +1105,9 @@ $createModuleTable->data[0][] = html_print_label_input_block(
|
|||
false,
|
||||
'',
|
||||
false,
|
||||
'width:250px;'
|
||||
)
|
||||
'width:350px;'
|
||||
),
|
||||
['div_style' => 'margin-top: 25px;'],
|
||||
);
|
||||
|
||||
$createModuleTable->data[1][] = html_print_label_input_block(
|
||||
|
@ -1136,6 +1137,7 @@ $modalCreateModule .= html_print_div(
|
|||
[
|
||||
'icon' => 'next',
|
||||
'mode' => 'mini secondary',
|
||||
'style' => 'margin-top: 140px;',
|
||||
],
|
||||
true
|
||||
),
|
||||
|
@ -1162,8 +1164,8 @@ html_print_div(
|
|||
draggable: true,
|
||||
modal: true,
|
||||
close: false,
|
||||
height: 222,
|
||||
width: 480,
|
||||
height: 400,
|
||||
width: 495,
|
||||
overlay: {
|
||||
opacity: 0.5,
|
||||
background: "black"
|
||||
|
|
Loading…
Reference in New Issue