legiongis / hmsf-md

Arches project for the Heritage Monitoring Scouts program, maintained by Florida Public Archaeology Network
https://hms.fpan.us
1 stars 0 forks source link

Update report to better display recorded Scout Reports #207

Closed mradamcox closed 3 years ago

mradamcox commented 3 years ago

Currently the resource reports for Archaeological Sites, Historic Cemeteries, and Historic Structures have a section at the top that lists the Scout Reports that have been entered for that site. This list was never properly formatted after recent upgrades, so it still looks like this image

Some general CSS updates are needed to better align this content.

coherit commented 3 years ago

In branch https://github.com/legiongis/fpan/tree/207_report_list_css I've positioned the related reports section as seen in the following screenshot. My memory is that these used to be centered in the screen, but my inclination with this report style was to align with the rest of the content below. If you prefer the related reports to be centered, I can do that instead, no problem.

image

mradamcox commented 3 years ago

I'd say this looks great. @kkemp85, what do you think?

kkemp85 commented 3 years ago

@mradamcox Yeah I think leaving it left-justified is fine, I think my only concern is that the text for the reports doesn't warp weirdly to the second line like in the picture below. I want them to spread out across the page. If we can make that happen that would be great!

image

mradamcox commented 3 years ago

@coherit when you can confirm that text wrapping is addressed for very long usernames (i.e. multiple usernames) then we'll be good to go.

coherit commented 3 years ago

Great -- width for this content is now set to 100%.

image

mradamcox commented 3 years ago

merged