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