diff --git a/webpack/component/ue/manage.vue b/webpack/component/ue/manage.vue index 57f18e4..e7534a3 100644 --- a/webpack/component/ue/manage.vue +++ b/webpack/component/ue/manage.vue @@ -27,7 +27,7 @@
Cours
-
{{ c.volume }}
+
{{ c.volume }} heures
{{ gstore.form_by_id(f).labelForm || '???' }} @@ -62,7 +62,7 @@
TD
-
{{ td.volume }}
+
{{ td.volume }} heures
{{ gstore.form_by_id(f).labelForm || '???' }} @@ -97,7 +97,7 @@
TP
-
{{ tp.volume }}
+
{{ tp.volume }} heures
{{ gstore.form_by_id(f).labelForm || '???' }} diff --git a/webpack/scss/global.scss b/webpack/scss/global.scss index 2c3550a..050da1c 100644 --- a/webpack/scss/global.scss +++ b/webpack/scss/global.scss @@ -48,4 +48,10 @@ a{ /* (6) pointer cursor (2 times the class to increase priority) */ .pointer.pointer{ cursor: pointer; +} + +/* (7) Mono font */ +.mono{ + font-family: 'Mono'; + font-size: .9em; } \ No newline at end of file