inpho / inphosite

The InPhO API
https://inphoproject.org
15 stars 5 forks source link

css grids has been implemented #175

Closed kirtansakariya closed 6 years ago

kirtansakariya commented 6 years ago

CSS grids has been implemented. Tooltips are no longer cut off as a result of this (issue #172).

The location of the sections is more uniform now as well.

Also, if there are sections for which there is no data, a message is displayed saying no data and one of the empty sections also has the email to contact to request for specific content to be added.

One of the major changes in terms of organization that was made is that there was a div per section for each of the 6 sections. That has been changed to having a header and a content div per section in order to allow more control per section to implement with CSS grids.