forked from ScoDoc/ScoDoc
39 lines
677 B
CSS
39 lines
677 B
CSS
div.jury_decisions_list>div {
|
|
font-size: 120%;
|
|
font-weight: bold;
|
|
margin-top: 16px;
|
|
}
|
|
|
|
span.parcours {
|
|
color: blueviolet;
|
|
}
|
|
|
|
div.liste_validations {
|
|
margin-top: 16px;
|
|
margin-bottom: 16px;
|
|
}
|
|
|
|
div.ue_list_etud_validations div.liste_validations details {
|
|
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-top: 12px;
|
|
margin-bottom: 16px;
|
|
margin-left: 32px;
|
|
} |