Jump to content

Recommended Posts

Posted

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

 

HAP Alignment.png

 

Anyone have any ideas?

 

Thanks

Guy

  • 4 weeks later...
  • 2 weeks later...
Posted

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:

HAP Resources2.png

 

and for clarity the whole page is much bigger:

HAP Resources3.png

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.

Posted
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)?
  • Thanks 1
  • 7 months later...
Posted

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. :)

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 account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...