| Issue 53: | right-to-left 'direction' css attribute | |
| Back to list |
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
Status:
Fixed
Aug 13, 2013
(No comment was entered for this change.)
Status:
Released
|
|
| ► Sign in to add a comment |