123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249 |
- /** PLANNING **/
- /* Conteneur principal du plugin planning */
- .planning {
-
- }
- #planning{
- width:80%;
- }
- #planning .fc-event{
- padding: 3px;
- transition: transform 0.2s ease-in-out ;
- }
- #planning td.fc-day.fc-sat,#planning td.fc-day.fc-sun{
- background-color:#f3f3f3;
- }
- #planning .fc-header-toolbar .fc-center h2{
- font-size: 20px;
- }
- #planning .fc-event.event-selected{
- transform:scale(1);
- animation: pulse 0.5s infinite;
- }
- /*#plannings .planning-owner{
- display:none;
- }*/
- #plannings > li{
- font-size: 12px;
- max-width: 300px;
- }
- #plannings > li > small{
- display: block;
- }
- .planning-list .planning-option-btn{
- color:#cecece;
- cursor: pointer;
- opacity: 0;
- float:right;
- transform: scale(0.7);
- transition: all 0.2s ease-in-out;
- }
- .planning-list li:hover .planning-option-btn{
- transform: scale(1);
- opacity: 1;
- }
- #planning-share-form .data-type-user{
- height:52px;
- }
- .planning-list .planning-box{
- height: 21px;
- padding: 0px;
- vertical-align: top;
- border-radius: 5px;
- display: inline-block;
- }
- .planning-list .planning-box .check-component{
- width: 15px;
- height: 15px;
- margin: 3px;
- border: 0;
- }
- .planning-list .planning-box .check-component .box{
- border-radius: 3px;
- }
- .planning-list .planning-box .check-component input:checked + .box{
- background: #ffffff;
- border-radius: 3px;
- }
- @keyframes pulse {
- 0% { transform:scale(1); }
- 50% { transform:scale(1.05); }
- 100% { transform:scale(1); }
- }
- .planning-view{
- display: flex;
- }
- #planning-calendars h4{
- font-weight: bold;
- text-transform: uppercase;
- font-size: 14px;
- color: #4d4f50;
- margin-top: 10px;
- }
- #planning-calendars{
- padding:0 15px 0 0;
- }
- #planning-datepicker .ui-state-default,
- #planning-datepicker .ui-widget-content .ui-state-default,
- #planning-datepicker .ui-widget-header .ui-state-default{
- border: 0;
- background: transparent;
- font-weight: normal;
- color: #505a65;
- text-align: center;
- }
- #planning-datepicker .ui-datepicker table {
- width: 100%;
- font-size: .7em;
- }
- #planning-datepicker .ui-datepicker-current-day {
- text-align: center;
- }
- #planning-datepicker .ui-datepicker-current-day a{
- border-radius: 100%;
- width:20px;
- display: inline-block;
- height:20px;
- }
- #planning-datepicker .ui-datepicker-current-day a.ui-state-active{
- color: #185abc;
- background-color: #d2e3fc;
- }
- #planning-datepicker .ui-widget-header{
- border: 0;
- background: transparent;
- font-weight: normal;
- }
- #planning-calendars ul{
- padding: 0;
- margin:0;
- list-style-type: none;
- }
- #planning-calendars ul label{
- cursor:pointer;
- }
- #planning .fc-toolbar.fc-header-toolbar{
- margin-bottom:0.2em;
- }
- /* formulaire d'édition de planning */
- .planning .planning-form {
-
- }
- .fc-event-container .fc-icon{
- opacity: 0.8;
- position: absolute;
- right: 3px;
- top: 3px;
- }
- .fc-event-container .fc-icon i{
- font-size: 10px;
- }
- #planning-form {
- }
- #planning_event_types tbody tr{
- cursor: move;
- }
- .planning-type-chip{
- vertical-align: baseline;
- display: inline-block;
- font-size: 12px;
- text-align: center;
- padding-top: 1px;
- width: 20px;
- height: 20px;
- border-radius: 100%;
- }
- .planning-event-panel{
- position: fixed;
- right:0px;
- height:100%;
- top:50px;
- background-color: #fefefe;
- color:#576069;
- padding:15px;
- width:800px;
- box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
- z-index: 101;
- transition: all 0.2s ease-in-out;
- }
- .planning-event-panel .input-group-append{
- z-index:inherit;
- }
- #planning-event-form > .row{
- margin-top: 10px;
- }
- .planning-event-panel h1{
- text-transform: uppercase;
- font-size: 14px;
- font-weight: bold;
- }
- .planning-event-panel.fold{
- transform: translateX(800px);
- }
- /* fullcalendar */
- .fc-state-default {
- border: 1px solid;
- border-top-color: currentcolor;
- border-right-color: currentcolor;
- border-bottom-color: currentcolor;
- border-left-color: currentcolor;
- background-color: #f5f5f5;
- background-image: none;
- background-repeat: repeat-x;
- border-color: #e6e6e6 #e6e6e6 #bfbfbf;
- border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
- color: #333;
- text-shadow: none;
- box-shadow: none;
- }
- .fc-state-active, .fc-state-down {
- background-color: #ccc;
- background-image: none;
- box-shadow: none;
- }
- .fc-event{
- cursor:pointer;
- }
- .planning-page[data-event-editable="0"] .btn-save-event{
- display: none;
- }
- .planning-page[data-planning-share="0"] .planning-share-block,
- .planning-page[data-planning-share="0"] .shared-plannings-block{
- display: none;
- }
|