My favorites | Sign in
Project Home Issues
New issue   Search
for
  Advanced search   Search tips   Subscriptions
Issue 272: how to get month view to full page (100%)
1 person starred this issue and may be notified of changes. Back to list
Status:  Done
Owner:  ----
Closed:  Jan 2010


Sign in to add a comment
 
Reported by DragonsW...@yahoo.com, Jan 6, 2010
i found this snip
$("#calendar").width(1200).css({'margin-left': 'auto','margin-right': 
'auto'});

works well for my screen resolution but how do i make it work for each user

is liquid the right term?

how can i make the monthly view full the screen from edge to edge please 
being 100% of the screen width

thank you in advance for any code or help you may provide
Johnny

Jan 6, 2010
#1 nicola.b...@gmail.com
Try this:

<style>
#calendar {
  margin: 0 auto;
}
</style>
Jan 7, 2010
#2 DragonsW...@yahoo.com
nope did not change the width

its driving me nuts too
http://dragon-software.info/sites/familiesinchrist.org/calendar.php
Jan 9, 2010
#3 DragonsW...@yahoo.com
think i fixed this but forgot how lol
Jan 19, 2010
Project Member #4 adamrs...@gmail.com
glad you got it to work.
Status: Done
Sign in to add a comment

Powered by Google Project Hosting