Merge branch 'ent-9031-Mejora-visual-Cajas-de-busqueda-avanzada-de-ver-eventos' into 'develop'

Ent 9031 mejora visual cajas de busqueda avanzada de ver eventos

See merge request artica/pandorafms!4925
This commit is contained in:
Daniel Rodriguez 2022-06-13 09:22:54 +00:00
commit 38de162f94
2 changed files with 36 additions and 13 deletions

View File

@ -33,7 +33,6 @@ form.flex-row ul {
display: flex;
flex-direction: row;
align-items: center;
flex-wrap: wrap;
align-content: center;
justify-content: space-between;
flex: 1;
@ -316,3 +315,31 @@ div.multi-response-buttons {
.event_detail_tab_menu li {
max-width: 160px;
}
.select_tags {
width: 200px;
}
@media screen and (max-width: 1400px) {
.select_tags {
width: 165px;
}
}
@media screen and (max-width: 1250px) {
.select_tags {
width: 125px;
}
}
@media screen and (max-width: 1100px) {
.select_tags {
width: 100px;
}
form.flex-row div.filter_input.large {
flex: 1;
min-width: 600px;
max-width: 100%;
}
}

View File

@ -611,9 +611,8 @@ $data[0] = html_print_select(
true,
true,
true,
'',
false,
'width: 200px;'
'select_tags',
false
);
$data[1] = html_print_image(
@ -654,9 +653,8 @@ $data[2] = html_print_select(
true,
true,
true,
'',
false,
'width: 200px;'
'select_tags',
false
);
$tabletags_with->data[] = $data;
@ -688,9 +686,8 @@ $data[0] = html_print_select(
true,
true,
true,
'',
false,
'width: 200px;'
'select_tags',
false
);
$data[1] = html_print_image(
'images/darrowright.png',
@ -727,9 +724,8 @@ $data[2] = html_print_select(
true,
true,
true,
'',
false,
'width: 200px;'
'select_tags',
false
);
$tabletags_without->data[] = $data;
$tabletags_without->rowclass[] = '';