From 861fb49846990fda3938d679744a961f1eff2173 Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Sun, 18 Mar 2018 16:31:03 +0100 Subject: [PATCH] [webpack.ue.manage] minmod --- webpack/component/ue/manage.vue | 6 +++--- webpack/scss/global.scss | 6 ++++++ 2 files changed, 9 insertions(+), 3 deletions(-) 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