From 58fc689f14686b8438f802692f82b4fba6377871 Mon Sep 17 00:00:00 2001 From: Emanuel Schuetze Date: Mon, 21 May 2012 09:21:36 +0200 Subject: [PATCH] Updated overlay message style in projector template. --- openslides/projector/static/styles/projector.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openslides/projector/static/styles/projector.css b/openslides/projector/static/styles/projector.css index ae8525a2a..d784677cb 100644 --- a/openslides/projector/static/styles/projector.css +++ b/openslides/projector/static/styles/projector.css @@ -89,13 +89,13 @@ body{ #overlay_Message { position: absolute; - top: 25%; + top: 35%; left: 10%; width: 80%; text-align: center; border-radius: 0.2em; background: #FFFFFF; - font-size: 3.75em; + font-size: 2.75em; padding: 0.2em 0; }