diff --git a/src/onegov/election_day/locale/de_CH/LC_MESSAGES/onegov.election_day.po b/src/onegov/election_day/locale/de_CH/LC_MESSAGES/onegov.election_day.po index 820f94a761..b2e56fcb67 100644 --- a/src/onegov/election_day/locale/de_CH/LC_MESSAGES/onegov.election_day.po +++ b/src/onegov/election_day/locale/de_CH/LC_MESSAGES/onegov.election_day.po @@ -1250,12 +1250,18 @@ msgstr "Initiative angenommen" msgid "Tie breaker in favor of the proposal" msgstr "Stichfrage zugunsten der Initiative" +msgid "in favor of the proposal" +msgstr "zugunsten der Initiative" + msgid "Tie breaker in favor of the direct counter proposal" msgstr "Stichfrage zugunsten des Gegenentwurfs" msgid "Tie breaker in favor of the indirect counter proposal" msgstr "Stichfrage zugunsten des Gegenvorschlags" +msgid "in favor of the counter proposal" +msgstr "zugunsten des Gegenentwurfs" + msgid "Download a PDF with all the results:" msgstr "Ein PDF mit allen Resultaten kann hier heruntergeladen werden:" diff --git a/src/onegov/election_day/templates/macros.pt b/src/onegov/election_day/templates/macros.pt index 76b772bdcf..2a3c34d654 100644 --- a/src/onegov/election_day/templates/macros.pt +++ b/src/onegov/election_day/templates/macros.pt @@ -873,13 +873,14 @@
+

${ballot.title}

@@ -1381,8 +1382,17 @@ + + + + + + + +
-
diff --git a/src/onegov/election_day/theme/styles/election_day.scss b/src/onegov/election_day/theme/styles/election_day.scss index ea85dc3db4..638289797f 100644 --- a/src/onegov/election_day/theme/styles/election_day.scss +++ b/src/onegov/election_day/theme/styles/election_day.scss @@ -59,6 +59,10 @@ html { color: $aluminum; margin-bottom: 2em; + h2 { + margin-top: 1.5rem; + } + ul { margin: 0; }