gomalley Posted October 9, 2017 Posted October 9, 2017 Slightly bizarre one, having added some resources (Maths Textbooks) to our booking system, when viewed on a screen that doesn't have enough space to show all rows as you scroll down the rows end up out of alignment with their Resource/Room name - MC2 is the row of black fixed bookings on the screenshot and the resource booked in E6 in the second visible lesson is Maths Foundation B Anyone have any ideas? Thanks Guy
DPenfold Posted November 10, 2017 Posted November 10, 2017 Might be a double booking some where? what is it mean to look like? (Can you edit the image to show what it is meant too look like?)
gomalley Posted November 13, 2017 Author Posted November 13, 2017 Hi @DPenfold, thanks for the idea, a double booking would push it off the right side, not misaligned the bottom, attached is it shown on a screen with larger resolution: and for clarity the whole page is much bigger: it is only since we added the 4 Maths Resources that we have really noticed the issue, although it actually appears with less resources, just is less noticeable. It is almost as if the rows for the headings are not in the same table as the rows of bookings, so they slip when display resolution is too low, but my code skills are not good enough to work out why.
DPenfold Posted November 14, 2017 Posted November 14, 2017 Could you send me the code from config file (you can send the whole thing or just the part with the resources/booking equipment) it might be an issue there, is the "4 Maths Resources" the same as anything else (despite the name/location)? 1
gomalley Posted July 2, 2018 Author Posted July 2, 2018 An update for anyone else having this problem or coming across this: With a bit of help from a friend we have changed this line: #bookingday .body .col, #bookingday #resources div { height: <%=Math.Round(110.00 / (rez.Count + 1), 1) %>%; } to this #bookingday .body .col, #bookingday #resources div { height:5em; } in HAP\BookingSystem\Default.aspx which has resolved the issue for us.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now