theme.css 683 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. .fc-header {
  2. height: 40px;
  3. background-color: #fff;
  4. }
  5. .fc-header .fc-button {
  6. background: transparent;
  7. border: none;
  8. box-shadow: none;
  9. text-shadow: none;
  10. margin: 0;
  11. height: 40px;
  12. line-height: 18px;
  13. padding: 10px;
  14. }
  15. .fc-header-title h2 {
  16. font-size: 15px;
  17. line-height: 40px;
  18. margin: 0;
  19. }
  20. .panel .fc-content {
  21. margin: -1px;
  22. }
  23. .fc-content .fc-widget-header{
  24. background-color: #fff;
  25. }
  26. .fc-content .fc-widget-header,
  27. .fc-content .fc-widget-content {
  28. border-color: #e8e8e8;
  29. font-weight: normal;
  30. }
  31. .fc-content .fc-event {
  32. padding: 4px 6px;
  33. }
  34. .fc-event {
  35. -webkit-box-sizing: content-box;
  36. -moz-box-sizing: content-box;
  37. box-sizing: content-box;
  38. }