From 4889947a2eb2a872fdbf4daefc41c9d2cc7df900 Mon Sep 17 00:00:00 2001 From: Yam Mesicka Date: Fri, 5 Apr 2024 07:33:06 +0300 Subject: [PATCH] fix: Small UI fixes --- lms/static/my.css | 1 + lms/templates/exercises.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lms/static/my.css b/lms/static/my.css index 87f95b41..02506748 100644 --- a/lms/static/my.css +++ b/lms/static/my.css @@ -109,6 +109,7 @@ a { margin-bottom: 2rem; flex-direction: row; justify-content: space-between; + align-items: center; } #show-all-exercises-action { diff --git a/lms/templates/exercises.html b/lms/templates/exercises.html index b476616b..33134c9d 100644 --- a/lms/templates/exercises.html +++ b/lms/templates/exercises.html @@ -24,7 +24,7 @@

{{ _('Exercises') }}

{% set details = {'page': 'view', 'icon': 'check-circle-o', 'text': _('Check'), 'css': 'checked', 'page_id': exercise['solution_id']} %} {% endif -%} -
+
{{ exercise['exercise_number'] }}