This page should only be applied if the script assisted migration asks you to skip manual migration skin.20241122.INTRANETSEARCH.offers

The integration of the "Job Offers" view (home page) of the search engine has been revised to meet accessibility criteria.

In fact, the title of the offer was truncated on one line and the height of the cards was fixed, resulting in 2 accessibility problems:

  • the text visible on mobile and desktop was not the same (loss of information on mobile)
  • the offer title appears vertically truncated when the character spacing is increased.

The changes applied are as follows

  • cut the offer title to 120 characters in the code (= 3 lines max)
  • put a min-height on the cards but not height fixed to adapt to the height of the title
  • ensure that cards in the same line are of the same height
  • date alignment at the bottom of the card

Example of expected output

If you overload this service (CSS or XSL), make sure that the modifications have not caused any regression and that your overload respects accessibility criteria.

Related JIRA ticket: https://issues.ametys.org/browse/SKINSEARCH-340 

Back to top