forked from ScoDoc/ScoDoc
33 lines
575 B
CSS
33 lines
575 B
CSS
div.jury_decisions_list>div {
|
|
font-size: 120%;
|
|
font-weight: bold;
|
|
margin-top: 16px;
|
|
}
|
|
|
|
span.parcours {
|
|
color: blueviolet;
|
|
}
|
|
|
|
div.ue_list_etud_validations ul.liste_validations li {
|
|
margin-bottom: 8px;
|
|
}
|
|
|
|
div.ue_list_etud_validations div.total_ects {
|
|
font-weight: bold;
|
|
margin-top: 24px;
|
|
margin-bottom: 12px;
|
|
}
|
|
|
|
div.ue_list_etud_validations ul li.new_semestre,
|
|
div.ue_list_etud_validations ul li:first-child {
|
|
margin-top: 16px;
|
|
}
|
|
|
|
details {
|
|
margin-left: 16px;
|
|
}
|
|
|
|
div.validation-details {
|
|
margin-left: 32px;
|
|
margin-bottom: 16px;
|
|
} |