mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
#12271 style dashboard widgets
This commit is contained in:
parent
dcd891eedb
commit
10fcf9fdb3
@ -949,3 +949,7 @@ input.resize_button {
|
|||||||
bottom: 3%;
|
bottom: 3%;
|
||||||
right: 6%;
|
right: 6%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.new-widget-message .info_box_information .title b {
|
||||||
|
margin-left: 60px;
|
||||||
|
}
|
||||||
|
@ -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 w90p">';
|
||||||
$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