diff options
| author | polo <ordipolo@gmx.fr> | 2025-06-23 17:22:28 +0200 |
|---|---|---|
| committer | polo <ordipolo@gmx.fr> | 2025-06-23 17:22:45 +0200 |
| commit | ff2a45feb0080b89db8c6193306a4676705ea607 (patch) | |
| tree | 216ad216f31591d22929ceb35bef43da6e6e0530 /public/css | |
| parent | cebc19ef236aac2968d2ffccfcff9b975b63fa8d (diff) | |
| download | cms-ff2a45feb0080b89db8c6193306a4676705ea607.tar.gz cms-ff2a45feb0080b89db8c6193306a4676705ea607.tar.bz2 cms-ff2a45feb0080b89db8c6193306a4676705ea607.zip | |
diverses améliorations de l'affichage
Diffstat (limited to 'public/css')
| -rw-r--r-- | public/css/calendar.css | 21 | ||||
| -rw-r--r-- | public/css/foot.css | 1 |
2 files changed, 20 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 | ||
diff --git a/public/css/foot.css b/public/css/foot.css index 023a0f2..dd9b953 100644 --- a/public/css/foot.css +++ b/public/css/foot.css | |||
| @@ -134,6 +134,7 @@ footer > div | |||
| 134 | background-color: #ffff00; | 134 | background-color: #ffff00; |
| 135 | position: fixed; | 135 | position: fixed; |
| 136 | bottom: 0px; | 136 | bottom: 0px; |
| 137 | z-index: 1; /* augmenter la valeur si nécessaire */ | ||
| 137 | } | 138 | } |
| 138 | .logged_in button | 139 | .logged_in button |
| 139 | { | 140 | { |
