mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Merge branch 'ent-12271-ventana-informativa-de-configuracion-de-widget-esta-pocha' into 'develop'
Ent 12271 ventana informativa de configuracion de widget esta pocha See merge request artica/pandorafms!6583
This commit is contained in:
commit
081e0c5482
@ -950,6 +950,19 @@ input.resize_button {
|
|||||||
right: 6%;
|
right: 6%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.new-widget-message > div > table,
|
||||||
|
.container-center > div > table {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.new-widget-message > div > table tr td > div,
|
||||||
|
.container-center > div > table tr td > div {
|
||||||
|
position: absolute;
|
||||||
|
right: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
.parent_graph > .graph {
|
.parent_graph > .graph {
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
}
|
}
|
||||||
|
@ -43,7 +43,7 @@ if ((int) $cellData['id_widget'] !== 0 || $widgetId !== 0) {
|
|||||||
true
|
true
|
||||||
);
|
);
|
||||||
|
|
||||||
$output .= '<div class="new-widget-message">';
|
$output .= '<div class="new-widget-message w100p">';
|
||||||
$output .= \ui_print_info_message(
|
$output .= \ui_print_info_message(
|
||||||
__('Please select widget'),
|
__('Please select widget'),
|
||||||
'',
|
'',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user