From 1aba1e2d5a4f5ae1acabae61b80a1c0d15f50af2 Mon Sep 17 00:00:00 2001 From: F TEMPEZ Date: Tue, 2 Apr 2024 11:50:55 +0200 Subject: [PATCH] Folder 1.06 corrige le CSS et supprime le placeholder --- module/folder/changes.md | 2 ++ module/folder/folder.php | 2 +- module/folder/view/config/config.php | 3 +-- module/folder/view/index/index.css | 13 ++++++++----- 4 files changed, 12 insertions(+), 8 deletions(-) diff --git a/module/folder/changes.md b/module/folder/changes.md index 2d75038a..1f607915 100644 --- a/module/folder/changes.md +++ b/module/folder/changes.md @@ -1,3 +1,5 @@ +1.06 +- Supprime le placeholder du titre 1.05 - Méthode d'alignement des icônes de contrôle dans la feuille de style 1.04 diff --git a/module/folder/folder.php b/module/folder/folder.php index 500a69fd..43695ad7 100644 --- a/module/folder/folder.php +++ b/module/folder/folder.php @@ -17,7 +17,7 @@ class folder extends common { - const VERSION = '1.05'; + const VERSION = '1.06'; const REALNAME = 'Partage de ressources'; const DATADIRECTORY = ''; // Contenu localisé inclus par défaut (page.json et module.json) diff --git a/module/folder/view/config/config.php b/module/folder/view/config/config.php index 746f51d8..41ccbdf2 100644 --- a/module/folder/view/config/config.php +++ b/module/folder/view/config/config.php @@ -28,7 +28,6 @@
'Titre', - 'placeholder' => 'Répertoire', 'value' => empty ($this->getData(['module', $this->getUrl(0), 'title'])) ? 'Répertoire' : $this->getData(['module', $this->getUrl(0), 'title']) ]); ?>
@@ -42,7 +41,7 @@
'Taille des icones', + 'label' => 'Taille des icônes', 'selected' => $this->getData(['module', $this->getUrl(0), 'iconsize']) ]); ?>
diff --git a/module/folder/view/index/index.css b/module/folder/view/index/index.css index 54051b16..126310e7 100644 --- a/module/folder/view/index/index.css +++ b/module/folder/view/index/index.css @@ -38,7 +38,7 @@ } #dirindex li { - padding-left: 25px; + padding-left: 2em; } /* Style pour le pliage/dépliage des dossiers */ @@ -60,7 +60,7 @@ ul.sub-items { float: right; align-content: left; /* Ajout d'une largeur fixe à la div */ - width: 200px; + width: 250px; margin-left: auto; } @@ -84,17 +84,20 @@ ul.sub-items { background-repeat: no-repeat; } - .fiv-size-md { background-size: 1.0em; } .fiv-size-lg { - background-size: 1.2em; + background-size: 1.3em; } .fiv-size-xl { - background-size: 1.4em; + background-size: 1.6em; +} + +#dirindex li .fiv-size-xl{ + padding-bottom: 0.4em; }