fullcalendar.kiss.css 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. .fc-teammate .fc-head{
  2. }
  3. .fc-teammate .fc-day .morning{
  4. background: url(../img/dot-mid.jpg) repeat-x scroll 0 bottom;
  5. min-height: 30px;
  6. padding:0px 0 2px 0;
  7. margin:0px 0 2px 0;
  8. }
  9. .fc-teammate .fc-day .afternoon{
  10. min-height: 30px;
  11. }
  12. .fc td.fc-teammate-label{
  13. vertical-align: middle;
  14. text-align: center;
  15. font-size: 11px;
  16. font-weight: bolder;
  17. color:#414141;
  18. padding: 0 5px;
  19. /*padding:3px 5px 3px 10px!important;*/
  20. text-transform: uppercase;
  21. cursor: move;
  22. }
  23. .fc-teammate-label span{
  24. min-height: 30px;
  25. width: 90px;
  26. display: inline-flex;
  27. align-items: center;
  28. }
  29. .fc-teammate tbody .fc-sa ,.fc-teammate tbody .fc-di{
  30. background-color: #f3f3f3;
  31. }
  32. .fc-teammate tbody .event{
  33. text-align: center;
  34. }
  35. .fc-teammate .event-readonly{
  36. cursor: not-allowed;
  37. }
  38. #teammatePicker{
  39. height:150px;
  40. }
  41. .fc-teammate-line{
  42. background: #ffffff;
  43. }
  44. .fc-teammate-line.highlight td{
  45. background: #007bff14;
  46. /*box-shadow: inset 0 0 0 2px #ffc511;*/
  47. }
  48. .fc-teammate-view .btn-teammate-add{
  49. width: 100%;
  50. box-sizing: border-box;
  51. border-radius: 0;
  52. }
  53. .teammate-picker{
  54. overflow: auto;
  55. width: 100%;
  56. max-height: 300px;
  57. }
  58. .teammate-picker ul{
  59. margin:0;
  60. padding:0;
  61. list-style-type:none;
  62. }
  63. .teammate-picker ul li{
  64. cursor: pointer;
  65. padding: 3px 0;
  66. border-bottom: 1px solid #cecece;
  67. }
  68. .teammate-picker ul li > label{
  69. margin-bottom:0;
  70. width:100%;
  71. display: block;
  72. }