- Posts: 105
- Home
- Forum
- Community Forum
- Translations
- German Language File for SolidRes ???
- Forum
- Community Forum
- Feature requests / Suggestions
- Implemented
- update suggestion for advance search module
update suggestion for advance search module
- sjp
- Topic Author
- Offline
Less
More
9 years 3 weeks ago #7245
by sjp
update suggestion for advance search module was created by sjp
hello,
There is something I don't like about the advance search module for HUB. When searching dates the little calendar extends the whole search module on the webpage and changing the position of other elements on the page. I think it would be better to use a little pop-up calendar instead. I suggest to show the calendar as a little pop-up calendar, so it works and looks more modern like on the OTA websites.
Greetings,
Sandra
There is something I don't like about the advance search module for HUB. When searching dates the little calendar extends the whole search module on the webpage and changing the position of other elements on the page. I think it would be better to use a little pop-up calendar instead. I suggest to show the calendar as a little pop-up calendar, so it works and looks more modern like on the OTA websites.
Greetings,
Sandra
Please Log in or Create an account to join the conversation.
- vietvh
-
- Offline
Less
More
- Posts: 1553
9 years 3 weeks ago #7249
by vietvh
Replied by vietvh on topic update suggestion for advance search module
Hi,
It is not a big deal, it is quite easy to change with just a simple CSS rule:
.datepicker_inline {
display: block;
position: absolute;
z-index: 1100;
}
Regards,
It is not a big deal, it is quite easy to change with just a simple CSS rule:
.datepicker_inline {
display: block;
position: absolute;
z-index: 1100;
}
Regards,
Please Log in or Create an account to join the conversation.
Moderators: solidres