#12271 style dashboard widgets
This commit is contained in:
parent
dcd891eedb
commit
10fcf9fdb3
|
@ -949,3 +949,7 @@ input.resize_button {
|
|||
bottom: 3%;
|
||||
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
|
||||
);
|
||||
|
||||
$output .= '<div class="new-widget-message">';
|
||||
$output .= '<div class="new-widget-message w90p">';
|
||||
$output .= \ui_print_info_message(
|
||||
__('Please select widget'),
|
||||
'',
|
||||
|
|
Loading…
Reference in New Issue