Commit 591f5eee authored by Thomas Hamel's avatar Thomas Hamel
Browse files

Module Formation : Réduction de la taille des cards affichant les inscrits à...

Module Formation : Réduction de la taille des cards affichant les inscrits à une session de formation
parent 62675a2f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -6,6 +6,7 @@ Journal des modifications
- Module Admission : Initialisation du tableau de bord avec les dossiers d'admissions en cours de saisie/en cours de validation
- Module Formation : Ajout d'une macro dans les templates pour le délai de l'enquête
- Module Formation : Notification lors d'une formation externe ajoutée, envoyée seulement à la Maison du Doctorat et aux responsables de l'ED concernée
- Module Formation : Réduction de la taille des cards affichant les inscrits à une session de formation
- Module Rapport d'activités : Changement du bouton "Ajouter un rapport d'activité" en "Compléter le rapport d'activité" et affichage de la mention "annuel 2024-2025" au lieu de "annuel 2024"
- [FIX] Bouton 'Générer l'avis de soutenance' Thèse : déplacement avant 'Feu vert' et correction des conditions d'affichage.
- [FIX] Bouton 'Générer l'avis de soutenance' HDR : déplacement avant 'Feu vert' et correction des conditions d'affichage.
+2 −2
Original line number Diff line number Diff line
@@ -56,7 +56,7 @@ $these = current($doctorant->getTheses());
                <span>
                    <?php foreach ($doctorant->getTheses() as $these) {
                        if ($these->getEtatThese() === These::ETAT_EN_COURS and $these->estNonHistorise()) {
                            echo "<br/>";
//                            echo "<br/>";
                            if($these->getEtablissement()){
                                echo $this->structure($these->getEtablissement(), false, true);
                            }
@@ -95,7 +95,7 @@ $these = current($doctorant->getTheses());

        <div class="doctorant-actions">
            <?php if ($actionListePrincipale OR $actionListeComplementaire OR $actionHistoriser OR $actionSupprimer) : ?>
                <br/>
<!--                <br/>-->
                <?php if ($inscription->estNonHistorise() AND $actionListePrincipale) : ?>
                    <a
                        <?php /** @see \Formation\Controller\InscriptionController::passerListePrincipaleAction() */?>
+10 −10
Original line number Diff line number Diff line
@@ -1040,34 +1040,35 @@ p.avis-complem {

.doctorant-card .doctorant-icon .icon {
  position: relative;
  width: 40px;
  height: 40px;
  width: 20px;
  height: 20px;
  background-color: var(--secondary-color);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-size: 10px;
  color: #fff;
  padding: unset; }

.doctorant-card .doctorant-icon .badge {
  position: absolute;
  top: -10px;
  right: -6px;
  top: -12px;
  right: -13px;
  background-color: var(--primary-color);
  color: #fff;
  border-radius: 50%;
  padding: 4px 4px;
  font-size: 12px;
  font-size: 10px;
  font-weight: bold; }

.doctorant-card .doctorant-info {
  margin-left: 10px;
  line-height: 1.4; }
  line-height: 1.4;
  font-size: 11.5px; }

.doctorant-card .doctorant-name {
  font-size: 15px;
  font-size: 12px;
  font-weight: bold; }

.doctorant-card .doctorant-actions {
@@ -1092,8 +1093,7 @@ p.avis-complem {
.doctorant-card.visible {
  display: block;
  opacity: 1;
  transform: translateY(0);
  min-height: 103px; }
  transform: translateY(0); }

/* Carte preview (partiellement visible sous le bouton) */
.doctorant-card.preview {
+1 −1

File changed.

Preview size limit exceeded, changes collapsed.

+8 −8
Original line number Diff line number Diff line
@@ -1562,37 +1562,38 @@ p.avis-complem {

.doctorant-card .doctorant-icon .icon {
  position: relative;
  width: 40px;
  height: 40px;
  width: 20px;
  height: 20px;
  background-color: var(--secondary-color);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-size: 10px;
  color: #fff;
  padding:unset;
}

.doctorant-card .doctorant-icon .badge {
  position: absolute;
  top: -10px;
  right: -6px;
  top: -12px;
  right: -13px;
  background-color: var(--primary-color);
  color: #fff;
  border-radius: 50%;
  padding: 4px 4px;
  font-size: 12px;
  font-size: 10px;
  font-weight: bold;
}

.doctorant-card .doctorant-info {
  margin-left: 10px;
  line-height: 1.4;
  font-size:11.5px;
}

.doctorant-card .doctorant-name {
  font-size: 15px;
  font-size: 12px;
  font-weight: bold;
}

@@ -1621,7 +1622,6 @@ p.avis-complem {
  display: block;
  opacity: 1;
  transform: translateY(0);
  min-height:103px
}

/* Carte preview (partiellement visible sous le bouton) */