diff --git a/assets/css/_editor.scss b/assets/css/_editor.scss index 45e47db..56a127f 100644 --- a/assets/css/_editor.scss +++ b/assets/css/_editor.scss @@ -76,7 +76,7 @@ } pre:hover:after { - content: "ctrl + enter pour quitter le mode bloc de code"; + content: "shift + enter pour quitter le mode bloc de code"; font-style: italic; font-weight: bold; display: block; diff --git a/assets/css/_exercise-gestion.scss b/assets/css/_exercise-gestion.scss index c38db02..d1e0798 100644 --- a/assets/css/_exercise-gestion.scss +++ b/assets/css/_exercise-gestion.scss @@ -19,6 +19,17 @@ h1 { } } +.status { + line-height: 25px; + svg { + vertical-align: middle; + width: 25px; + margin-left: 5px; + } + + margin-bottom: 30px; +} + .content { background-color: white; border-radius: 4px; diff --git a/components/Gestion/ExerciseForm.vue b/components/Gestion/ExerciseForm.vue index 9c897d4..3473afb 100644 --- a/components/Gestion/ExerciseForm.vue +++ b/components/Gestion/ExerciseForm.vue @@ -3,6 +3,30 @@

{{title}}

+

Status actuel de la ressource

+ +
+ + + + + + + + + +
+

{{exercise.title}}

Créé le {{$moment(exercise.createdAt).format("DD/MM/YY à H:mm")}} | Mis à jour le {{$moment(exercise.updatedAt).format("DD/MM/YY à H:mm")}} - +
+ status - + + + + + + + + + +

Votre note

@@ -221,6 +242,18 @@ #Exercise { + .status { + font-weight: 300; + line-height: 25px; + margin-top: 5px; + svg { + vertical-align: middle; + width: 25px; + margin-left: 5px; + } + + } + .exercise { position: relative;