cosmetic
This commit is contained in:
parent
0ce45a1b8e
commit
5c68bb7ffc
@ -142,6 +142,12 @@ div.ue.pair {
|
|||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* ne fonctionne pas
|
||||||
|
option.non_associe {
|
||||||
|
background-color: yellow;
|
||||||
|
color: red;
|
||||||
|
} */
|
||||||
|
|
||||||
.links {
|
.links {
|
||||||
margin-top: 16px;
|
margin-top: 16px;
|
||||||
margin-bottom: 8px;
|
margin-bottom: 8px;
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
>
|
>
|
||||||
{%- if not niv['ue_'+sem] -%}
|
{%- if not niv['ue_'+sem] -%}
|
||||||
<option value="">UE de S{{sem_idx}}</option>
|
<option value="" class="non_associe">UE de S{{sem_idx}} ?</option>
|
||||||
{%-else-%}
|
{%-else-%}
|
||||||
<option value="">Désassocier</option>
|
<option value="">Désassocier</option>
|
||||||
{%-endif-%}
|
{%-endif-%}
|
||||||
|
Loading…
Reference in New Issue
Block a user