+
{{ assignments.length }} {{ "elections" | translate }},
{{(assignments|filter:{selected:true}).length}} {{ "selected" | translate }}
-
+
diff --git a/openslides/core/static/css/app.css b/openslides/core/static/css/app.css
index 8b061cc67..722cf9a66 100644
--- a/openslides/core/static/css/app.css
+++ b/openslides/core/static/css/app.css
@@ -117,7 +117,7 @@ img {
#nav {
float: left;
width: 100%;
- height: 99px;
+ height: auto;
background: #317796;
color: #fff;
overflow-y: hidden;
@@ -499,10 +499,17 @@ img {
margin-top: 7px;
}
+.spacer-top-lg {
+ margin-top: 25px;
+}
+
.spacer-right {
margin-right: 5px;
}
+.italic {
+ font-style: italic;
+}
.hoverActions {
font-size: 85%;
}
diff --git a/openslides/locale/angular-gettext/template-en.pot b/openslides/locale/angular-gettext/template-en.pot
index 21039420e..1031aca04 100644
--- a/openslides/locale/angular-gettext/template-en.pot
+++ b/openslides/locale/angular-gettext/template-en.pot
@@ -86,10 +86,6 @@ msgstr ""
msgid "Attachment"
msgstr ""
-#: agenda/static/templates/agenda/item-list.html:54
-msgid "Auto numbering"
-msgstr ""
-
#: agenda/static/templates/agenda/item-detail.html:6
msgid "Back to agenda"
msgstr ""
@@ -677,6 +673,10 @@ msgstr ""
msgid "No"
msgstr ""
+#: agenda/static/templates/agenda/item-list.html:54
+msgid "Number agenda"
+msgstr ""
+
#: assignments/static/js/assignments/site.js:92
#: assignments/static/templates/assignments/assignment-list.html:144
msgid "Number of members to be elected"
diff --git a/openslides/motions/static/templates/motions/motion-list.html b/openslides/motions/static/templates/motions/motion-list.html
index 6b4058713..c899a51a7 100644
--- a/openslides/motions/static/templates/motions/motion-list.html
+++ b/openslides/motions/static/templates/motions/motion-list.html
@@ -74,10 +74,10 @@
-
+
{{ motions.length }} {{ "motions" | translate }},
{{(motions|filter:{selected:true}).length}} {{ "selected" | translate }}
-
+
diff --git a/openslides/users/static/templates/users/user-list.html b/openslides/users/static/templates/users/user-list.html
index 7fd9ef00a..c20cfbc0c 100644
--- a/openslides/users/static/templates/users/user-list.html
+++ b/openslides/users/static/templates/users/user-list.html
@@ -82,10 +82,10 @@
-
+
{{ users.length }} {{ "participants" | translate }},
{{(users|filter:{selected:true}).length}} {{ "selected" | translate }}
-
+