summaryrefslogtreecommitdiff
path: root/public/css/calendar.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/css/calendar.css')
-rw-r--r--public/css/calendar.css23
1 files changed, 18 insertions, 5 deletions
diff --git a/public/css/calendar.css b/public/css/calendar.css
index 1cfb0fd..314a5ad 100644
--- a/public/css/calendar.css
+++ b/public/css/calendar.css
@@ -1,7 +1,10 @@
1/* !important est nécessaire pour écraser le CSS inséré par le javascript de fullcalendar */
2
1.event{ 3.event{
2 border: 2px double; 4 border: 2px double;
3 border-radius: 5px; 5 border-radius: 5px;
4 width: max-content; 6 width: max-content;
7 max-width: 250px;
5 padding: 5px; 8 padding: 5px;
6} 9}
7#calendar_zone{ 10#calendar_zone{
@@ -13,16 +16,17 @@
13#calendar{ 16#calendar{
14 width: 1165px; /* on enlève le "gap" */ 17 width: 1165px; /* on enlève le "gap" */
15} 18}
19#event_modal{}
16.event_title_box{ 20.event_title_box{
17 display: flex; 21 display: flex;
18 align-items: center; 22 align-items: center;
19 justify-content: space-between; 23 justify-content: space-between;
20} 24}
21.event_close_button{ 25.event_close_button{
22 height: fit-content; 26 /*height: fit-content;*/
23} 27}
24.fc-toolbar-title{ 28.fc-toolbar-title{
25 font-size: x-large !important; 29 /*font-size: x-large !important;*/
26} 30}
27.fc-button{ 31.fc-button{
28 padding: 0.2em 0.4em !important; 32 padding: 0.2em 0.4em !important;
@@ -60,12 +64,21 @@ td .fc-timegrid-axis{
60 padding: 0; 64 padding: 0;
61 } 65 }
62 .fc-toolbar-title{ 66 .fc-toolbar-title{
63 font-size: large !important; 67 /*font-size: large !important;*/
68 }
69 .fc-header-toolbar{
70 font-size: smaller;
71 }
72 h3, p, .event > button{
73 font-size: smaller;
64 } 74 }
65} 75}
66@media screen and (max-width: 650px){ 76@media screen and (max-width: 650px){
67 .fc-toolbar-chunk{ 77 .fc-header-toolbar{
68 font-size: smaller; 78 font-size: small;
79 }
80 .fc-toolbar-title{
81 font-size: 1.5em !important; /* au lieu de 1.75em */
69 } 82 }
70} 83}
71@media screen and (max-width: 550px){ 84@media screen and (max-width: 550px){