mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-23 13:55:43 +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,
|
||||
'',
|
||||
[
|
||||
'icon' => 'cog',
|
||||
'mode' => 'link',
|
||||
'value' => 'modsize',
|
||||
'class' => 'buttonButton mini',
|
||||
],
|
||||
true
|
||||
);
|
||||
@ -275,9 +274,8 @@ $layoutSizeElements[] = html_print_button(
|
||||
false,
|
||||
'',
|
||||
[
|
||||
'icon' => 'cog',
|
||||
'mode' => 'link',
|
||||
'value' => 'modsize',
|
||||
'class' => 'buttonButton mini',
|
||||
],
|
||||
true
|
||||
);
|
||||
@ -287,7 +285,7 @@ $table->data[4][] = html_print_label_input_block(
|
||||
__('Layout size'),
|
||||
html_print_div(
|
||||
[
|
||||
'class' => 'flex flex-items-center',
|
||||
'class' => 'flex flex-space-around w600px',
|
||||
'content' => implode('', $layoutSizeElements),
|
||||
],
|
||||
true
|
||||
|
Loading…
x
Reference in New Issue
Block a user