reggiep Posted October 4, 2012 Posted October 4, 2012 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
nickbro Posted October 4, 2012 Posted October 4, 2012 Try this: ~/style/bookingsystem.css @media only print { #bookingsystemcontent { width: 100%!important; } } 1
reggiep Posted October 4, 2012 Author Posted October 4, 2012 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
nickbro Posted October 4, 2012 Posted October 4, 2012 It would only look different when you go to print it, as it's a print only css setting
reggiep Posted October 4, 2012 Author Posted October 4, 2012 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!
reggiep Posted October 4, 2012 Author Posted October 4, 2012 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!
nickbro Posted October 4, 2012 Posted October 4, 2012 That line doesn't do anything, as the css is defined on the actual page. It does work in firefox and ie9. It may not work in ie8
nickbro Posted October 4, 2012 Posted October 4, 2012 Try this @media only print { #bookingsystemcontent { width: auto!important; } #bookingday { overflow: hidden; } } 1
reggiep Posted October 4, 2012 Author Posted October 4, 2012 Still doesn't work I'm afraid. Using IE9
TheScarfedOne Posted October 4, 2012 Posted October 4, 2012 Bumping this one too....would be very handy. Ours wanders off the edge of the page too, 4 sessions, and 3 breaks (inc lunch)...
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