diff --git a/.gitignore b/.gitignore index dca8225..3d492e8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ __pycache__ .venv db.sqlite3 -tailwindcss.exe \ No newline at end of file +tailwindcss.exe +t-style.css \ No newline at end of file diff --git a/core/homepage/static/homepage/t-input.css b/core/homepage/static/homepage/t-input.css index bc69ff2..432d7fa 100644 --- a/core/homepage/static/homepage/t-input.css +++ b/core/homepage/static/homepage/t-input.css @@ -7,6 +7,9 @@ nav div ul.qp-nav-list li { a.qp-a-button { @apply p-6 rounded-md font-extrabold hover:scale-105 transition duration-300 shadow-md; } +a.qp-a-button-small { + @apply p-1 rounded-md hover:scale-105 transition duration-300 shadow-md; +} .register input{@apply p-3 rounded-full bg-gray-200 focus:scale-105 transition duration-200 font-black;} .input-group { diff --git a/core/library/templates/library/overview_quiz.html b/core/library/templates/library/overview_quiz.html index 47685a2..e8a66ba 100644 --- a/core/library/templates/library/overview_quiz.html +++ b/core/library/templates/library/overview_quiz.html @@ -9,10 +9,10 @@ {% for quiz in quizzes %}

{{ quiz.name }}

-

{{ quiz.description }}

- Spiel starten - Bearbeiten - Löschen +

{{ quiz.description }}

+ Spiel starten + + Löschen
{% endfor %}