mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
#12782 fixed button sound events style in events
This commit is contained in:
parent
83fb802f0e
commit
54e3f94d62
@ -569,3 +569,19 @@ div.container-filter-buttons {
|
|||||||
.ui-dialog.modal-sound .ui-widget-header {
|
.ui-dialog.modal-sound .ui-widget-header {
|
||||||
display: flex !important;
|
display: flex !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.responsive_button_sound_events {
|
||||||
|
margin-right: 25% !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width: 1640px) {
|
||||||
|
.responsive_button_sound_events {
|
||||||
|
margin-right: 10% !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width: 1420px) {
|
||||||
|
.responsive_button_sound_events {
|
||||||
|
margin-right: 10px !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@ -2951,8 +2951,8 @@ if (check_acl(
|
|||||||
false,
|
false,
|
||||||
'openSoundEventsDialog("'.$data_sound.'")',
|
'openSoundEventsDialog("'.$data_sound.'")',
|
||||||
[
|
[
|
||||||
|
'class' => 'responsive_button_sound_events',
|
||||||
'icon' => 'sound',
|
'icon' => 'sound',
|
||||||
'style' => 'margin-right: 25% !important',
|
|
||||||
'minimize-arrow' => true,
|
'minimize-arrow' => true,
|
||||||
'span_style' => 'width: 100%',
|
'span_style' => 'width: 100%',
|
||||||
],
|
],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user