diff --git a/ecrire/inc/presenter_enfants.php b/ecrire/inc/presenter_enfants.php index afb7c00e2ee6d13cfc5c1329b801eecc5b1c26bb..4da296a815f61787d6f45681c4309b24300a90e4 100644 --- a/ecrire/inc/presenter_enfants.php +++ b/ecrire/inc/presenter_enfants.php @@ -68,7 +68,7 @@ function enfant_rub($collection, $debut = 0, $limite = 500) { if ($voir_logo) { if ($logo = $chercher_logo($id_rubrique, 'id_rubrique', 'on')) { list($fid, $dir, $nom, $format) = $logo; - $logo = image_reduire("<img src='$fid' alt='' />", 48, 36); + $logo = image_reduire("<img src='$fid' alt='' />", 70, 70); if ($logo) { $logo = inserer_attribut($logo, 'class', 'logo'); } @@ -91,11 +91,12 @@ function enfant_rub($collection, $debut = 0, $limite = 500) { '</a>'; $titre = (is_string($logo) ? $logo : '') . - bouton_block_depliable($lib_bouton, $les_sous_enfants ? false : -1, "enfants$id_rubrique"); + bouton_block_depliable($lib_bouton, $les_sous_enfants ? false : -1, "enfants$id_rubrique") + .(!$descriptif ? '' : "\n<div class='descriptif'>$descriptif</div>") + ; $res[] = debut_cadre_sous_rub(($id_parent ? 'rubrique-24.png' : 'secteur-24.png'), true, '', $titre) . - (!$descriptif ? '' : "\n<div class='descriptif'>$descriptif</div>") . $les_sous_enfants . fin_cadre_sous_rub(true); } diff --git a/prive/themes/spip/box_skins.css.html b/prive/themes/spip/box_skins.css.html index 412734148945277cd90a164f35c78f4f974c8d0b..34b3f0ef0bdf83c24f80b98b4c47d9e5ba41120e 100644 --- a/prive/themes/spip/box_skins.css.html +++ b/prive/themes/spip/box_skins.css.html @@ -487,7 +487,8 @@ - replié : .depliant.replie */ .box .titrem.replie, .box .titrem.depliant, -.box .titrem.impliable { +.box .titrem.impliable + { display: block; font-size: 1em; line-height: 1.25; @@ -495,6 +496,9 @@ background-repeat: no-repeat; border-radius: inherit; } +.box .titrem.impliable .titremancre { + display: none; +} /* Picto déplier / Replier */ .box .titremancre {