diff --git a/public_html/asset/svg/course.svg b/public_html/asset/svg/course.svg index 05112e1..78d1190 100644 --- a/public_html/asset/svg/course.svg +++ b/public_html/asset/svg/course.svg @@ -7,19 +7,19 @@ xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - height="16px" - id="Layer_1" - style="enable-background:new 0 0 16 16;" + enable-background="new 0 0 128 128" + height="128px" + id="Слой_1" version="1.1" - viewBox="0 0 16 16" - width="16px" + viewBox="0 0 128 128" + width="128px" xml:space="preserve" sodipodi:docname="course.svg" inkscape:version="0.92.2 5c3e80d, 2017-08-06">image/svg+xml \ No newline at end of file + d="M 120.99512,7.4003906 C 119.4502,7.4003906 84.976562,7.6142578 64,24.602051 43.024902,7.6142578 8.5498047,7.4003906 7.0048828,7.4003906 H 1.7275391 V 112.94727 h 5.2773438 c 27.5346681,0 44.7817381,5.17187 51.4726561,7.65234 h 10.999024 c 6.597656,-2.47363 23.719726,-7.65234 51.518557,-7.65234 h 5.27734 V 7.4003906 Z M 58.722656,109.49316 C 50.262695,106.7334 34.794434,102.97168 12.282227,102.4541 V 18.204102 C 22.523926,18.95459 45.25,21.956055 58.722656,33.950684 Z m 56.995114,-7.03906 c -22.511715,0.51758 -37.980465,4.2793 -46.440426,7.03906 V 33.950684 C 82.750976,21.955078 105.47852,18.954102 115.71777,18.204102 Z" /> \ No newline at end of file diff --git a/public_html/asset/svg/td.svg b/public_html/asset/svg/td.svg index 9a35e77..0ec1b40 100644 --- a/public_html/asset/svg/td.svg +++ b/public_html/asset/svg/td.svg @@ -7,19 +7,26 @@ xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - enable-background="new 0 0 500 500" - height="500px" - id="Layer_1" + height="16px" version="1.1" - viewBox="0 0 500 500" - width="500px" - xml:space="preserve" + viewBox="0 0 16 16" + width="16px" + id="svg9" sodipodi:docname="td.svg" - inkscape:version="0.92.2 5c3e80d, 2017-08-06">image/svg+xml + + + + image/svg+xml + + + + + + + + \ No newline at end of file + style="fill:#000000;fill-rule:evenodd;stroke:none;stroke-width:1" /> + diff --git a/webpack/component/teacher/view.vue b/webpack/component/teacher/view.vue index fb03530..96df1f6 100644 --- a/webpack/component/teacher/view.vue +++ b/webpack/component/teacher/view.vue @@ -23,17 +23,17 @@ heures à faire
- {{ prof.VHCours + prof.VHTd + prof.VHTp }} + {{ prof.equiTD }} heures prévues
-
{{ prof.equiTD }}h équivalents TD
+
{{ prof.VHCours + prof.VHTd + prof.VHTp }}h physiques prévues
diff --git a/webpack/scss/container.scss b/webpack/scss/container.scss index 49a7087..bfd57c3 100644 --- a/webpack/scss/container.scss +++ b/webpack/scss/container.scss @@ -330,6 +330,16 @@ &.td.active:before{ background-image: url('/asset/svg/td.svg@20b565'); } &.tp.active:before{ background-image: url('/asset/svg/tp.svg@e85456'); } + & > span{ + display: inline; + + padding-left: .5em; + color: #bbb; + + font-size: .9em; + text-transform: uppercase; + } + } /* (5.2) Card footer separator */