123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- .fc-header {
- height: 40px;
- background-color: #fff;
- }
- .fc-header .fc-button {
- background: transparent;
- border: none;
- box-shadow: none;
- text-shadow: none;
- margin: 0;
- height: 40px;
- line-height: 18px;
- padding: 10px;
- }
- .fc-header-title h2 {
- font-size: 15px;
- line-height: 40px;
- margin: 0;
- }
- .panel .fc-content {
- margin: -1px;
- }
- .fc-content .fc-widget-header{
- background-color: #fff;
- }
- .fc-content .fc-widget-header,
- .fc-content .fc-widget-content {
- border-color: #e8e8e8;
- font-weight: normal;
- }
- .fc-content .fc-event {
- padding: 4px 6px;
- }
- .fc-event {
- -webkit-box-sizing: content-box;
- -moz-box-sizing: content-box;
- box-sizing: content-box;
- }
|