123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111 |
- /* fullcalendar Custom style
- --------------------------------------------------------------------------------------------------*/
- .fc td.fc-widget-header {
- padding-top: 20px;
- padding-bottom: 20px;
- border-width: 0px;
- font-size: 14px;
- text-transform: uppercase; }
- .fc td.fc-widget-content {
- border-width: 1px 0 0; }
- .fc td.fc-day.fc-widget-content + .fc-widget-content {
- border-left-width: 1px; }
- .fc .fc-row {
- border-width: 0; }
- .fc table > thead > tr > th {
- border-width: 0;
- font-weight: 100; }
- .fc .fc-toolbar h2 {
- display: inline-block;
- font-size: 20px;
- vertical-align: sub; }
- .fc .fc-axis.fc-time {
- text-transform: uppercase; }
- .fc .fc-toolbar {
- position: relative; }
- .fc-button.fc-prev-button, .fc-button.fc-next-button {
- outline: none;
- box-shadow: none;
- background-image: none;
- background-color: transparent;
- border: 0px solid transparent; }
- .fc-button.fc-month-button, .fc-button.fc-agendaWeek-button, .fc-button.fc-agendaDay-button {
- height: auto;
- padding: 8px 14px;
- font-size: 14px;
- box-shadow: none;
- background-image: none;
- text-transform: capitalize;
- background-color: #f6f8f8;
- border-color: #e4eaec;
- outline: none; }
- .fc-button.fc-state-active, .fc-button.fc-state-hover {
- background-color: #fff; }
- .fc-unthemed .fc-today {
- background-color: #f4f7f8; }
- .fc-toolbar .fc-right {
- position: absolute;
- right: 0;
- top: 0; }
- .fc-agendaWeek-view .fc-event, .fc-agendaDay-view .fc-event {
- border-radius: 3px; }
- .fc-row.fc-widget-header {
- border-color: transparent; }
- .calendar-container {
- overflow: hidden;
- padding: 30px; }
- .panel-heading {
- border-width: 0;
- padding-top: 10px; }
- .panel-body {
- padding-top: 10px; }
- .page-main {
- background-color: #fff; }
- .calendar-list .list-group-item {
- cursor: pointer; }
- .fc-event {
- border-radius: 10px;
- background-color: #3e8ef7;
- border-color: #3e8ef7; }
- .fc-day-grid-event .fc-content {
- line-height: 1em;
- padding: 2px 10px; }
- .fc-highlight {
- background: #f3f7f9; }
- .bootstrap-touchspin .input-group-btn-vertical i {
- left: 3px; }
- @media (max-width: 991.98px) {
- .fc-toolbar {
- margin-bottom: 60px; }
- .fc-toolbar .fc-center {
- white-space: nowrap; }
- .fc-toolbar .fc-right {
- top: 50px; }
- .fc-button.fc-prev-button {
- padding-left: 0; }
- .fc-button.fc-next-button {
- padding-right: 0; } }
|