mirror of
https://github.com/wassname/fullcalendar.git
synced 2026-09-10 12:00:15 +08:00
rejiggered event html/css, added print stylesheet, much more printer friendly
This commit is contained in:
+1
-1
@@ -72,7 +72,7 @@ function Header(calendar, options) {
|
||||
var text = smartProperty(options.buttonText, buttonName);
|
||||
var button = $(
|
||||
"<span class='fc-button fc-button-" + buttonName + " " + tm + "-state-default'>" +
|
||||
"<span class='fc-inner'>" +
|
||||
"<span class='fc-button-inner'>" +
|
||||
"<span class='fc-button-content'>" +
|
||||
(icon ?
|
||||
"<span class='fc-icon-wrap'>" +
|
||||
|
||||
Reference in New Issue
Block a user