diff --git a/views/css/d.wiki.css b/views/css/d.wiki.css index 0ea7682..cb5c1da 100755 --- a/views/css/d.wiki.css +++ b/views/css/d.wiki.css @@ -61,4 +61,28 @@ form.form input[type=submit] { #wiki_page.archive { opacity: 0.5; +} +#wikiContent img { + max-width: 100%; + border: 1px solid #bbb; +} + +#wikiContent .imglegend { + position: relative; +} +#wikiContent .imglegend img { + display: block; +} +#wikiContent .imglegend p { + display: block; + background: rgba(0,0,0,0.5); + color: white; + font-size: 14px; + font-variant: small-caps; + line-height: 20px; + position: absolute; + bottom: 0; + right: 0; + margin: 0; + padding: 2px 5px; } \ No newline at end of file diff --git a/views/d.admin.html b/views/d.admin.html index 9704a52..13c4ba3 100755 --- a/views/d.admin.html +++ b/views/d.admin.html @@ -15,7 +15,7 @@ rankIsHigher("moderator")) { ?> Voir les logs Permet d'accéder aux 200 dernières lignes des logs bruts des actions sur la base de données.

- Fichiers attachésGérer les fichiers attachés pour le wiki : liste, ajout suppression...

+ Fichiers attachésGérer les fichiers attachés pour le wiki : liste, ajout, suppression...