From ad1e87cd99d5e7ab7d932dfb2b4806e226716230 Mon Sep 17 00:00:00 2001 From: Emanuel Schuetze Date: Sat, 14 Apr 2012 17:50:31 +0200 Subject: [PATCH] Some style work. Move countdown to message portlet. --- .../static/styles/projector-control.css | 2 +- .../templates/projector/control.html | 48 ++++++++----------- openslides/static/styles/base.css | 2 +- 3 files changed, 22 insertions(+), 30 deletions(-) diff --git a/openslides/projector/static/styles/projector-control.css b/openslides/projector/static/styles/projector-control.css index 094dcc799..57e49814f 100644 --- a/openslides/projector/static/styles/projector-control.css +++ b/openslides/projector/static/styles/projector-control.css @@ -9,7 +9,7 @@ padding-bottom: 0px; } .portlet { - margin: 0 1em 1em 0; + margin: 0 10px 10px 0; } .portlet-header { margin: 0.3em; diff --git a/openslides/projector/templates/projector/control.html b/openslides/projector/templates/projector/control.html index c5193dc68..e79ec645f 100644 --- a/openslides/projector/templates/projector/control.html +++ b/openslides/projector/templates/projector/control.html @@ -34,22 +34,7 @@ {% block content %}

{% trans 'Projector' %}

-
- - - {% trans "Countdown" %} ({{countdown_time}}{% trans "sec" %}) - {% if countdown_visible %}: - - - - - - - - - - {% endif %} -

+
{% trans "Adjust projector view" %}: @@ -112,9 +97,11 @@ {% trans "Projector Live View" %}
@@ -122,7 +109,7 @@ {% for category, slides in categories.items %} {% if category == 'projector' %}
-
{{ category }}
+
{% trans "Static Slides" %}
{% for slide in slides %} {% if slide.model_slide %} @@ -162,19 +149,24 @@ - - -
diff --git a/openslides/static/styles/base.css b/openslides/static/styles/base.css index 8cdfba47d..a8f5c3a77 100644 --- a/openslides/static/styles/base.css +++ b/openslides/static/styles/base.css @@ -46,7 +46,7 @@ body { position:absolute; font-size:10px; top:10px; - right:10px; + right:20px; } #header_userprofile li { float:right;