mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
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:
commit
b019abbb97
@ -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