mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-23 22:05:41 +02:00
Merge branch 'ent-13586-Botones-sin-estilo-y-muy-pegados-al-crea-una-consola-visual' into 'develop'
Ent 13586 botones sin estilo y muy pegados al crea una consola visual See merge request artica/pandorafms!7290
This commit is contained in:
commit
2bccdc683a
@ -260,9 +260,8 @@ $layoutSizeElements[] = html_print_button(
|
|||||||
false,
|
false,
|
||||||
'',
|
'',
|
||||||
[
|
[
|
||||||
'icon' => 'cog',
|
|
||||||
'mode' => 'link',
|
|
||||||
'value' => 'modsize',
|
'value' => 'modsize',
|
||||||
|
'class' => 'buttonButton mini',
|
||||||
],
|
],
|
||||||
true
|
true
|
||||||
);
|
);
|
||||||
@ -275,9 +274,8 @@ $layoutSizeElements[] = html_print_button(
|
|||||||
false,
|
false,
|
||||||
'',
|
'',
|
||||||
[
|
[
|
||||||
'icon' => 'cog',
|
|
||||||
'mode' => 'link',
|
|
||||||
'value' => 'modsize',
|
'value' => 'modsize',
|
||||||
|
'class' => 'buttonButton mini',
|
||||||
],
|
],
|
||||||
true
|
true
|
||||||
);
|
);
|
||||||
@ -287,7 +285,7 @@ $table->data[4][] = html_print_label_input_block(
|
|||||||
__('Layout size'),
|
__('Layout size'),
|
||||||
html_print_div(
|
html_print_div(
|
||||||
[
|
[
|
||||||
'class' => 'flex flex-items-center',
|
'class' => 'flex flex-space-around w600px',
|
||||||
'content' => implode('', $layoutSizeElements),
|
'content' => implode('', $layoutSizeElements),
|
||||||
],
|
],
|
||||||
true
|
true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user