diff --git a/bower.json b/bower.json index 6d98247..78a4e5b 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "fullcalendar", - "version": "2.0.2", + "version": "2.1.0-beta1", "description": "Full-sized drag & drop event calendar", "keywords": [ "calendar", "event", "full-sized" ], diff --git a/dist/fullcalendar.css b/dist/fullcalendar.css index a31ce83..8b1a0f0 100644 --- a/dist/fullcalendar.css +++ b/dist/fullcalendar.css @@ -1,5 +1,5 @@ /*! - * FullCalendar v2.0.2 Stylesheet + * FullCalendar v2.1.0-beta1 Stylesheet * Docs & License: http://arshaw.com/fullcalendar/ * (c) 2013 Adam Shaw */ @@ -8,199 +8,118 @@ .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%; +.fc-rtl { 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; - } +body .fc { /* extra precedence to overcome jqui */ + font-size: 1em; +} -.fc-header .fc-state-active, -.fc-header .ui-state-active { - z-index: 4; - } - - - -/* Content -------------------------------------------------------------------------*/ - -.fc-content { - position: relative; - z-index: 1; /* scopes all other z-index's to be inside this container */ - clear: both; - zoom: 1; /* for IE7, gives accurate coordinates for [un]freezeContentHeight */ - } - -.fc-view { - position: relative; - width: 100%; - overflow: hidden; - } - - -/* Cell Styles -------------------------------------------------------------------------*/ +/* Colors +--------------------------------------------------------------------------------------------------*/ -.fc-widget-header, /*