My favorites | Sign in
Project Home Issues
New issue   Search
for
  Advanced search   Search tips   Subscriptions
Issue 53: right-to-left 'direction' css attribute
  Back to list
Status:  Released
Owner:  adamrs...@gmail.com
Closed:  Aug 2013


Sign in to add a comment
 
Project Member Reported by adamrs...@gmail.com, Jul 6, 2009
improve right-to-left support in fullcalendar.css...

/* right-to-left support */

.r2l .full-calendar-title {
	text-align: right;
	direction:rtl;
	}
	
.r2l .full-calendar-buttons {
	float: left;
	}
	
.r2l .full-calendar-buttons button {
	margin: 0 5px 0 0;
	}
	
.r2l .full-calendar-month .day-number {
	text-align: left;
	direction:ltr;
	}
	
.r2l .full-calendar-month .event {
	text-align: right;
	direction:rtl;
	}

... will be in next release
Sep 21, 2009
Project Member #1 adamrs...@gmail.com
did this in 1.3, really cut down on js code
Status: Fixed
Aug 13, 2013
Project Member #2 adamrs...@gmail.com
(No comment was entered for this change.)
Status: Released
Sign in to add a comment

Powered by Google Project Hosting