diff options
author | polo <ordipolo@gmx.fr> | 2022-06-30 01:07:23 +0200 |
---|---|---|
committer | polo <ordipolo@gmx.fr> | 2022-06-30 01:07:23 +0200 |
commit | 9608a1de748363403b410cc4193f791419e6efc0 (patch) | |
tree | c69cec85a4c6e0e117ec6c2a025fdbbf8173447d /public | |
parent | 4873117ec6aeb86ef169cbf8750123ca24041cdf (diff) | |
download | melaine-9608a1de748363403b410cc4193f791419e6efc0.zip |
actualite
Diffstat (limited to 'public')
-rw-r--r-- | public/css/donnees_hors_editeur.css | 3 | ||||
-rw-r--r-- | public/css/menu.css | 28 | ||||
-rw-r--r-- | public/file_upload.js | 6 | ||||
-rw-r--r-- | public/icone_modifier.png | bin | 0 -> 8809 bytes | |||
-rw-r--r-- | public/icone_supprimer.png | bin | 7277 -> 7087 bytes |
5 files changed, 33 insertions, 4 deletions
diff --git a/public/css/donnees_hors_editeur.css b/public/css/donnees_hors_editeur.css index d54d7ff..409dc59 100644 --- a/public/css/donnees_hors_editeur.css +++ b/public/css/donnees_hors_editeur.css | |||
@@ -23,7 +23,8 @@ input[type="checkbox"]:checked{border: none; background: #26ab33;} | |||
23 | td p{margin: 0px;} | 23 | td p{margin: 0px;} |
24 | 24 | ||
25 | .image{width: fit-content;margin: 0px;text-align: center;margin: auto;/*height: 100%;*/} | 25 | .image{width: fit-content;margin: 0px;text-align: center;margin: auto;/*height: 100%;*/} |
26 | .image img{width: 100%;} | 26 | /*.image img{width: 100%;}*/ |
27 | img{max-width: 100%;} | ||
27 | .image-style-side{float: right;} | 28 | .image-style-side{float: right;} |
28 | .image-style-side:not(.image_resized){max-width: 50%;} | 29 | .image-style-side:not(.image_resized){max-width: 50%;} |
29 | .image>figcaption{padding: 7px; text-align: center; font-size: small; background-color: #f0f0f0;} | 30 | .image>figcaption{padding: 7px; text-align: center; font-size: small; background-color: #f0f0f0;} |
diff --git a/public/css/menu.css b/public/css/menu.css index 4c521c0..559a594 100644 --- a/public/css/menu.css +++ b/public/css/menu.css | |||
@@ -5,6 +5,34 @@ | |||
5 | color: #e8c5c0; | 5 | color: #e8c5c0; |
6 | } | 6 | } |
7 | 7 | ||
8 | .boutonArticle | ||
9 | { | ||
10 | border-bottom: 3px black double; | ||
11 | } | ||
12 | .boutonNouvelArticle | ||
13 | { | ||
14 | font-size: 90%; | ||
15 | } | ||
16 | .boutonArticle a | ||
17 | { | ||
18 | padding: 2px; | ||
19 | border: 4px black groove; | ||
20 | } | ||
21 | |||
22 | .sectionActu | ||
23 | {} | ||
24 | |||
25 | header h3 | ||
26 | { | ||
27 | text-align: center; | ||
28 | } | ||
29 | |||
30 | .articleActu > *:not(.boutonArticle) | ||
31 | { | ||
32 | max-width: 50%; | ||
33 | margin: auto; | ||
34 | } | ||
35 | |||
8 | #contenu | 36 | #contenu |
9 | { | 37 | { |
10 | display: flex; | 38 | display: flex; |
diff --git a/public/file_upload.js b/public/file_upload.js index 8106806..dd47803 100644 --- a/public/file_upload.js +++ b/public/file_upload.js | |||
@@ -1,8 +1,8 @@ | |||
1 | // public/file_upload.js | 1 | // public/file_upload.js |
2 | 2 | ||
3 | // envoie gros fichier ZIP | 3 | // envoie d'un gros fichier ZIP en contournant la limite du php.ini |
4 | // ce fichier est "caché", le serveur ne l'envoit | 4 | // ce fichier est "caché", le serveur ne l'envoit qu'à |
5 | // qu'un utilisateur connecté et sur la page "restauration" | 5 | // un utilisateur connecté et sur la page "restauration" |
6 | 6 | ||
7 | // -> input file onchange | 7 | // -> input file onchange |
8 | function sendFileSize() | 8 | function sendFileSize() |
diff --git a/public/icone_modifier.png b/public/icone_modifier.png new file mode 100644 index 0000000..3691389 --- /dev/null +++ b/public/icone_modifier.png | |||
Binary files differ | |||
diff --git a/public/icone_supprimer.png b/public/icone_supprimer.png index bfcf263..a9f3eaf 100644 --- a/public/icone_supprimer.png +++ b/public/icone_supprimer.png | |||
Binary files differ | |||