#12782 fixed button sound events style in events

This commit is contained in:
Daniel Cebrian 2024-01-22 15:07:25 +01:00
parent 83fb802f0e
commit 54e3f94d62
2 changed files with 17 additions and 1 deletions

View File

@ -569,3 +569,19 @@ div.container-filter-buttons {
.ui-dialog.modal-sound .ui-widget-header {
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;
}
}

View File

@ -2951,8 +2951,8 @@ if (check_acl(
false,
'openSoundEventsDialog("'.$data_sound.'")',
[
'class' => 'responsive_button_sound_events',
'icon' => 'sound',
'style' => 'margin-right: 25% !important',
'minimize-arrow' => true,
'span_style' => 'width: 100%',
],