From aee8ed2f3b0e2fc496b1c61d5f7e0faf2b540f92 Mon Sep 17 00:00:00 2001 From: Emanuel Schuetze Date: Wed, 10 Feb 2016 17:49:44 +0100 Subject: [PATCH] Template fixes - Show correct last speakers on list of speakers slide. - Fixes config input type. - Fixes config style for checkboxes. - Improved line-height on projector for scaling. --- openslides/agenda/static/templates/agenda/item-detail.html | 2 +- .../static/templates/agenda/slide-list-of-speakers.html | 4 ++-- openslides/core/static/css/projector.css | 2 +- openslides/core/static/templates/config-form-field.html | 3 ++- openslides/motions/signals.py | 3 ++- 5 files changed, 8 insertions(+), 6 deletions(-) diff --git a/openslides/agenda/static/templates/agenda/item-detail.html b/openslides/agenda/static/templates/agenda/item-detail.html index e19ca9bb7..797323d63 100644 --- a/openslides/agenda/static/templates/agenda/item-detail.html +++ b/openslides/agenda/static/templates/agenda/item-detail.html @@ -107,7 +107,7 @@

Next speakers

-
+
  1. diff --git a/openslides/agenda/static/templates/agenda/slide-list-of-speakers.html b/openslides/agenda/static/templates/agenda/slide-list-of-speakers.html index 18fc7b90e..0eb2acb5f 100644 --- a/openslides/agenda/static/templates/agenda/slide-list-of-speakers.html +++ b/openslides/agenda/static/templates/agenda/slide-list-of-speakers.html @@ -12,8 +12,8 @@
-

+

{{ speaker.user.get_full_name() }} diff --git a/openslides/core/static/css/projector.css b/openslides/core/static/css/projector.css index 5d78bb6ca..d0a745789 100644 --- a/openslides/core/static/css/projector.css +++ b/openslides/core/static/css/projector.css @@ -82,7 +82,7 @@ body{ top: 150px; right: 50px; z-index: -1; - line-height: 28px; + line-height: 1.3em; } .scrollcontent { transition-property: margin, font-size; diff --git a/openslides/core/static/templates/config-form-field.html b/openslides/core/static/templates/config-form-field.html index c1e4172ca..1e9c10952 100644 --- a/openslides/core/static/templates/config-form-field.html +++ b/openslides/core/static/templates/config-form-field.html @@ -5,8 +5,9 @@ + type="{{ type }}">