diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..6f58c29 --- /dev/null +++ b/bower.json @@ -0,0 +1,39 @@ +{ + "name": "fullcalendar", + "version": "1.6.3", + "dependencies": { + "jquery": "~1.10.2" + }, + "optionalDependencies": { + "jquery-ui": "~1.10.3" + }, + "title": "FullCalendar", + "description": "Full-sized drag & drop event calendar with resource views", + "keywords": [ + "calendar", + "event", + "full-sized", + "Resources" + ], + "homepage": "http://arshaw.com/fullcalendar/", + "demo": "", + "docs": "http://arshaw.com/fullcalendar/docs/", + "download": "", + "bugs": "https://github.com/seankenny/fullcalendar/issues", + "licenses": [ + { + "type": "MIT", + "url": "https://github.com/seankenny/fullcalendar/blob/master/license.txt" + } + ], + "author": { + "name": "Adam Shaw, Sean Kenny", + "email": "srkenny@gmail.com", + "url": "http://seankenny.me/" + }, + "copyright": "2013 Adam Shaw, Sean Kenny - resource view", + "main": [ + "/build/component/fullcalendar.js", + "/build/component/fullcalendar.css" + ] +} \ No newline at end of file diff --git a/build/out/fullcalendar.css b/build/out/fullcalendar.css index 0a7ff71..bf39c90 100644 --- a/build/out/fullcalendar.css +++ b/build/out/fullcalendar.css @@ -1,589 +1,589 @@ -/*! - * <%= meta.title %> v<%= meta.version %> Stylesheet - * Docs & License: <%= meta.homepage %> - * (c) <%= meta.copyright %> - */ - - -.fc { - direction: ltr; - text-align: left; - } - -.fc table { - border-collapse: collapse; - border-spacing: 0; - } - -html .fc, -.fc table { - font-size: 1em; - } - -.fc td, -.fc th { - padding: 0; - vertical-align: top; - } - - - -/* Header -------------------------------------------------------------------------*/ - -.fc-header td { - white-space: nowrap; - } - -.fc-header-left { - width: 25%; - text-align: left; - } - -.fc-header-center { - text-align: center; - } - -.fc-header-right { - width: 25%; - text-align: right; - } - -.fc-header-title { - display: inline-block; - vertical-align: top; - } - -.fc-header-title h2 { - margin-top: 0; - white-space: nowrap; - } - -.fc .fc-header-space { - padding-left: 10px; - } - -.fc-header .fc-button { - margin-bottom: 1em; - vertical-align: top; - } - -/* buttons edges butting together */ - -.fc-header .fc-button { - margin-right: -1px; - } - -.fc-header .fc-corner-right, /* non-theme */ -.fc-header .ui-corner-right { /* theme */ - margin-right: 0; /* back to normal */ - } - -/* button layering (for border precedence) */ - -.fc-header .fc-state-hover, -.fc-header .ui-state-hover { - z-index: 2; - } - -.fc-header .fc-state-down { - z-index: 3; - } - -.fc-header .fc-state-active, -.fc-header .ui-state-active { - z-index: 4; - } - - - -/* Content -------------------------------------------------------------------------*/ - -.fc-content { - clear: both; - zoom: 1; /* for IE7, gives accurate coordinates for [un]freezeContentHeight */ - } - -.fc-view { - width: 100%; - overflow: hidden; - } - - - -/* Cell Styles -------------------------------------------------------------------------*/ - -.fc-widget-header, /*
| " + opt('allDayText') + " | " + - "" +
- " " +
- " | " +
- "" + - " |
|---|
| " + - ((!slotNormal || !minutes) ? formatDate(d, opt('axisFormat')) : ' ') + - " | " + - "" +
- " | " +
- "
|---|
| " + opt('allDayText') + " | " + - "" +
- " " +
- " | " +
- "" + - " |
|---|
| " + - ((!slotNormal || !minutes) ? formatDate(d, opt('axisFormat')) : ' ') + - " | " + - "" +
- " | " +
- "
|---|
| " + opt('allDayText') + " | " + + "" +
+ " " +
+ " | " +
+ "" + + " |
|---|
| " + + ((!slotNormal || !minutes) ? formatDate(d, opt('axisFormat')) : ' ') + + " | " + + "" +
+ " | " +
+ "
|---|
| " + opt('allDayText') + " | " + + "" +
+ " " +
+ " | " +
+ "" + + " |
|---|
| " + + ((!slotNormal || !minutes) ? formatDate(d, opt('axisFormat')) : ' ') + + " | " + + "" +
+ " | " +
+ "
|---|
| "+Ue("allDayText")+" | "+""+" "+" | "+""+" |
|---|
| "+(u&&i?" ":sn(r,Ue("axisFormat")))+" | "+""+" | "+"
|---|
| "+Ue("allDayText")+" | "+""+" "+" | "+""+" |
|---|
| "+(u&&i?" ":sn(r,Ue("axisFormat")))+" | "+""+" | "+"
|---|
| "+Ge("allDayText")+" | "+""+" "+" | "+""+" |
|---|
| "+(u&&i?" ":on(r,Ge("axisFormat")))+" | "+""+" | "+"
|---|