mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
#12271 styles widget message dashboard
This commit is contained in:
parent
0e61cb243b
commit
b368f3b370
@ -508,7 +508,7 @@ class Widget
|
|||||||
}
|
}
|
||||||
|
|
||||||
if ($this->configurationRequired === true) {
|
if ($this->configurationRequired === true) {
|
||||||
$output .= '<div class="container-center new-widget-message w100p">';
|
$output .= '<div class="container-center">';
|
||||||
$output .= \ui_print_info_message(
|
$output .= \ui_print_info_message(
|
||||||
__('Please configure this widget before usage'),
|
__('Please configure this widget before usage'),
|
||||||
'',
|
'',
|
||||||
|
@ -950,7 +950,8 @@ input.resize_button {
|
|||||||
right: 6%;
|
right: 6%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.new-widget-message .info_box_information .title b {
|
.new-widget-message .info_box_information .title > b,
|
||||||
|
.container-center .info_box_information .title > b {
|
||||||
margin-left: 60px;
|
margin-left: 60px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user