diff options
Diffstat (limited to 'public/css/calendar.css')
-rw-r--r-- | public/css/calendar.css | 21 |
1 files changed, 19 insertions, 2 deletions
diff --git a/public/css/calendar.css b/public/css/calendar.css index 87ce75f..fb2b2fa 100644 --- a/public/css/calendar.css +++ b/public/css/calendar.css | |||
@@ -2,15 +2,16 @@ | |||
2 | border: 2px double; | 2 | border: 2px double; |
3 | border-radius: 5px; | 3 | border-radius: 5px; |
4 | width: max-content; | 4 | width: max-content; |
5 | padding: 5px; | ||
5 | } | 6 | } |
6 | #calendar_zone{ | 7 | #calendar_zone{ |
7 | display: flex; | 8 | display: flex; |
8 | gap: 15px; | 9 | gap: 5px; |
9 | padding: 15px; | 10 | padding: 15px; |
10 | /*max-width: 1000px;*/ | 11 | /*max-width: 1000px;*/ |
11 | } | 12 | } |
12 | #calendar{ | 13 | #calendar{ |
13 | width: -moz-available; | 14 | width: 1170px; |
14 | } | 15 | } |
15 | .event_title_box{ | 16 | .event_title_box{ |
16 | display: flex; | 17 | display: flex; |
@@ -49,3 +50,19 @@ td .fc-timegrid-axis{ | |||
49 | background-color: #00679e; | 50 | background-color: #00679e; |
50 | border-radius: 5px; | 51 | border-radius: 5px; |
51 | } | 52 | } |
53 | |||
54 | @media screen and (max-width: 900px){ | ||
55 | #calendar_zone{ | ||
56 | padding: 0; | ||
57 | } | ||
58 | .fc-toolbar-title{ | ||
59 | font-size: large !important; | ||
60 | } | ||
61 | } | ||
62 | @media screen and (max-width: 650px){ | ||
63 | .fc-toolbar-chunk{ | ||
64 | font-size: smaller; | ||
65 | } | ||
66 | } | ||
67 | @media screen and (max-width: 550px){ | ||
68 | } \ No newline at end of file | ||