Merge branch 'ent-12782-vista-de-eventos-se-ve-feo-la-paginacion-en-una-pantalla-de-1300px-de-ancho' into 'develop'

Ent 12782 Vista de eventos: se ve feo la paginacion en una pantalla de 1300px de ancho

See merge request artica/pandorafms!6871
This commit is contained in:
Rafael Ameijeiras 2024-01-23 15:44:49 +00:00
commit b019abbb97
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%',
],