Calendar widget alteration

27 views
Skip to first unread message

S Williamson

unread,
Jun 28, 2011, 6:58:23 AM6/28/11
to RightJS
Is there an easy way to make the calendar widget larger?

Nikolay Nemshilov

unread,
Jun 28, 2011, 8:20:44 AM6/28/11
to RightJS
sure, all sizes are in `em` as I recall it, so something like that
should help

.rui-calendar {
font-size: 120%
}

for more details on the calendar internal structure, check the docs
http://rightjs.org/ui/calendar#styles

Nikolay Nemshilov

unread,
Jun 28, 2011, 8:21:24 AM6/28/11
to RightJS
just don't forget to include your styles _after_ you include the
calendar script

S Williamson

unread,
Jul 7, 2011, 11:00:15 AM7/7/11
to rig...@googlegroups.com
This worked perfectly, thanks!
 
Is there a way to add custom backgrounds to the days?  I could not get that to work. 

Nikolay Nemshilov

unread,
Jul 7, 2011, 11:10:22 AM7/7/11
to rig...@googlegroups.com
.rui-calendar table.month tbody td {
  background: something;
}


On Jul 7, 2011, at 7:00 PM, S Williamson wrote:

This worked perfectly, thanks!
 
Is there a way to add custom backgrounds to the days?  I could not get that to work. 

--
You received this message because you are subscribed to the Google Groups "RightJS" group.
To view this discussion on the web visit https://groups.google.com/d/msg/rightjs/-/FheWxH3S1okJ.
To post to this group, send email to rig...@googlegroups.com.
To unsubscribe from this group, send email to rightjs+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rightjs?hl=en.

Reply all
Reply to author
Forward
0 new messages