Jump to content

Changing width of roombooking system so all lessons fit on one page?


Recommended Posts

Posted

Does anybody know if there is a way to show all the days bookings on one page without somne of the lessons scrolling off the page? Our LRB manager prints the page off, on our current system, at the beginning of every day and sticks it on his noticeboard. This doesn't seem possible at the moment!

 

thanks

Posted

Hi Nick,

I have found ~/style/bookingsystem.css and have added the text provided but no difference. Would this look different when browsing the page or would you need to view a different page to see the media only page?

 

Sorry :o

Posted

Sorry again Nick,

Mine looks like this now with the new code above #bookingsystemcontent

@media only print {
   #bookingsystemcontent { width: 100%!important; }
}
#bookingsystemcontent { margin: 0 auto; }
#datepicker { z-index: 9999; }

 

Is that the correct position for it?

 

When i print it echoes the screen still!

Posted

Hi Nick,

Still the same results I'm afraid. I restarted IIS to be on the safe side but got the same results.

Should I be able to change the original line

 

#bookingsystemcontent { margin: 0 auto; }

 

to something else so that the booking system fits on one page while viewing it as well as printing it? This may be an easier option!

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