Merge pull request 'Rang + espacements' (#317) from lehmann/ScoDoc-Front:master into dev92
Reviewed-on: https://scodoc.org/git/ScoDoc/ScoDoc/pulls/317
This commit is contained in:
commit
5bd60d9c34
@ -97,7 +97,8 @@ section>div:nth-child(1){
|
|||||||
.hide_coef .synthese em,
|
.hide_coef .synthese em,
|
||||||
.hide_coef .eval>em,
|
.hide_coef .eval>em,
|
||||||
.hide_date_inscr .dateInscription,
|
.hide_date_inscr .dateInscription,
|
||||||
.hide_ects .ects{
|
.hide_ects .ects,
|
||||||
|
.hide_rangs .rang{
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -158,7 +159,10 @@ section>div:nth-child(1){
|
|||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
.rang{
|
.rang{
|
||||||
text-decoration: underline var(--couleurIntense);
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
.ue .rang{
|
||||||
|
font-weight: 400;
|
||||||
}
|
}
|
||||||
.decision{
|
.decision{
|
||||||
margin: 5px 0;
|
margin: 5px 0;
|
||||||
@ -186,6 +190,9 @@ section>div:nth-child(1){
|
|||||||
.synthese h3{
|
.synthese h3{
|
||||||
background: var(--couleurFondTitresUE);
|
background: var(--couleurFondTitresUE);
|
||||||
}
|
}
|
||||||
|
.synthese .ue>div{
|
||||||
|
text-align: right;
|
||||||
|
}
|
||||||
.synthese em,
|
.synthese em,
|
||||||
.eval em{
|
.eval em{
|
||||||
opacity: 0.6;
|
opacity: 0.6;
|
||||||
@ -308,6 +315,14 @@ h3{
|
|||||||
margin-bottom: 8px;
|
margin-bottom: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 700px) {
|
||||||
|
section{
|
||||||
|
padding: 16px;
|
||||||
|
}
|
||||||
|
.syntheseModule, .eval {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
/*.absences{
|
/*.absences{
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: auto auto;
|
grid-template-columns: auto auto;
|
||||||
|
@ -254,6 +254,7 @@ class releveBUT extends HTMLElement {
|
|||||||
</h3>
|
</h3>
|
||||||
<div>
|
<div>
|
||||||
<div class=moyenne>Moyenne : ${dataUE.moyenne?.value || "-"}</div>
|
<div class=moyenne>Moyenne : ${dataUE.moyenne?.value || "-"}</div>
|
||||||
|
<div class=rang>Rang : ${dataUE.moyenne?.rang} / ${dataUE.moyenne?.total}</div>
|
||||||
<div class=info>
|
<div class=info>
|
||||||
Bonus : ${dataUE.bonus || 0} -
|
Bonus : ${dataUE.bonus || 0} -
|
||||||
Malus : ${dataUE.malus || 0}
|
Malus : ${dataUE.malus || 0}
|
||||||
|
Loading…
Reference in New Issue
Block a user