1
0
forked from ScoDoc/ScoDoc

cosmetic: edit prog.

This commit is contained in:
Emmanuel Viennet 2022-02-27 17:49:39 +01:00
parent 091d34dd88
commit 6b8410e43b
2 changed files with 11 additions and 2 deletions

View File

@ -754,6 +754,7 @@ du programme" (menu "Semestre") si vous avez un semestre en cours);
) )
) )
else: else:
H.append('<div class="formation_classic_infos">')
H.append( H.append(
_ue_table_ues( _ue_table_ues(
parcours, parcours,
@ -783,7 +784,7 @@ du programme" (menu "Semestre") si vous avez un semestre en cours);
</ul> </ul>
""" """
) )
H.append("</div>")
H.append("</div>") # formation_ue_list H.append("</div>") # formation_ue_list
if ues_externes: if ues_externes:

View File

@ -1703,8 +1703,11 @@ ul.notes_ue_list {
padding-bottom: 1em; padding-bottom: 1em;
font-weight: bold; font-weight: bold;
} }
.formation_classic_infos ul.notes_ue_list {
padding-top: 0px;
}
li.notes_ue_list { .formation_classic_infos li.notes_ue_list {
margin-top: 9px; margin-top: 9px;
list-style-type: none; list-style-type: none;
border: 1px solid maroon; border: 1px solid maroon;
@ -1761,6 +1764,11 @@ ul.notes_module_list {
font-style: normal; font-style: normal;
} }
div.ue_list_tit_sem {
font-size: 120%;
font-weight: bold;
}
.notes_ue_list a.stdlink { .notes_ue_list a.stdlink {
color: #001084; color: #001084;
text-decoration: underline; text-decoration: underline;