diff --git a/app/assets/stylesheets/application.css.scss b/app/assets/stylesheets/application.css.scss index 0e5ac21..4ee9c55 100644 --- a/app/assets/stylesheets/application.css.scss +++ b/app/assets/stylesheets/application.css.scss @@ -39,13 +39,16 @@ body { width: 100%; /* Set the fixed height of the footer here */ height: 40px; + line-height: 40px; background-color: $light; } -.container .text-muted { - margin: 10px 0; +/* Custom style for navbar toggler due to CSP problems */ +.navbar-toggler-icon { + background-image: none !important; } +/* Style for buttons in the corner of problems/translations */ .problem-buttons { position: relative; display: block; diff --git a/app/views/about/copyright.de.html.erb b/app/views/about/copyright.de.html.erb index 7f66d5a..0d30be1 100644 --- a/app/views/about/copyright.de.html.erb +++ b/app/views/about/copyright.de.html.erb @@ -3,7 +3,7 @@
Ja! Es ist nicht nur erlaubt, sondern beherzt, das Material zu teilen und frei zu benutzen - für nichtkommerzielle Zwecke. Aber bitte lesen Sie weiter...
diff --git a/app/views/admin/translations/show.html.erb b/app/views/admin/translations/show.html.erb
index f61e940..3052fd1 100644
--- a/app/views/admin/translations/show.html.erb
+++ b/app/views/admin/translations/show.html.erb
@@ -1,29 +1,31 @@
<% provide(:title, t('problems.show.problem_subtitle', id: @translation.problem_id)) %>
- <%= render 'shared/authors', authors: Array(@translation.author) %> -
-