diff --git a/webpack/component/teacher/view.vue b/webpack/component/teacher/view.vue index d557ad4..ea2fc9c 100644 --- a/webpack/component/teacher/view.vue +++ b/webpack/component/teacher/view.vue @@ -16,7 +16,7 @@

- + ()

@@ -46,7 +46,7 @@
{{ prof.categorie }} -

{{ prof.firstName }} {{ prof.lastName }} {{ prof.casLogin }}

+

{{ prof.firstName }} {{ prof.lastName }} ({{ prof.casLogin }})

diff --git a/webpack/scss/container.scss b/webpack/scss/container.scss index 76b0856..a0a5b52 100644 --- a/webpack/scss/container.scss +++ b/webpack/scss/container.scss @@ -113,6 +113,8 @@ margin: 1em .5em; padding: .5em 1em; + margin-right: 0; + border-radius: 3px / 3px; background-color: #fff; @@ -122,9 +124,11 @@ display: inline-block; position: relative; - flex: 0 1 calc( 2em - 2*.5em ); + flex: 0 0 calc( 2em - 2*.5em ); margin: 1em .5em; + margin-left: 0; + font-weight: bold; } @@ -268,9 +272,9 @@ font-size: 1em; // flex - flex-direction: row; + flex-direction: row; justify-content: flex-start; - flex-wrap: nowrap; + flex-wrap: nowrap; &.warning:before{ content: ''; @@ -322,8 +326,7 @@ transform: scale(.9); - &:before{ content: '('; } - &:after{ content: ')'; } + white-space: nowrap; &[data-visible='0']{ display: none; }