From e49efb40d8ecada1f35008c5255330226c5607aa Mon Sep 17 00:00:00 2001 From: Emanuel Schuetze Date: Tue, 5 Feb 2013 22:03:43 +0100 Subject: [PATCH] template: Added new css class for minimum column width. --- openslides/agenda/templates/agenda/overview.html | 4 ++-- openslides/assignment/templates/assignment/overview.html | 2 +- openslides/motion/templates/motion/overview.html | 2 +- openslides/participant/templates/participant/overview.html | 2 +- openslides/static/styles/base.css | 3 +++ 5 files changed, 8 insertions(+), 5 deletions(-) diff --git a/openslides/agenda/templates/agenda/overview.html b/openslides/agenda/templates/agenda/overview.html index 7346cc862..4b93eded2 100644 --- a/openslides/agenda/templates/agenda/overview.html +++ b/openslides/agenda/templates/agenda/overview.html @@ -71,13 +71,13 @@ - + {% if perms.agenda.can_manage_agenda %} {% endif %} {% if perms.agenda.can_manage_agenda or perms.projector.can_manage_projector %} - + {% endif %} {% if perms.agenda.can_manage_agenda %} diff --git a/openslides/assignment/templates/assignment/overview.html b/openslides/assignment/templates/assignment/overview.html index 2809352e3..afd499d48 100644 --- a/openslides/assignment/templates/assignment/overview.html +++ b/openslides/assignment/templates/assignment/overview.html @@ -35,7 +35,7 @@ - + {% for assignment in assignments %} diff --git a/openslides/motion/templates/motion/overview.html b/openslides/motion/templates/motion/overview.html index 9f40e1040..00d8d2850 100644 --- a/openslides/motion/templates/motion/overview.html +++ b/openslides/motion/templates/motion/overview.html @@ -56,7 +56,7 @@ - + {% for app_info in motions %} {% with motion=app_info.motion useractions=app_info.actions %} diff --git a/openslides/participant/templates/participant/overview.html b/openslides/participant/templates/participant/overview.html index e4706c8c8..6a3c2a067 100644 --- a/openslides/participant/templates/participant/overview.html +++ b/openslides/participant/templates/participant/overview.html @@ -105,7 +105,7 @@ {% if perms.participant.can_manage_participant %} - + {% endif %} {% for user in users %} diff --git a/openslides/static/styles/base.css b/openslides/static/styles/base.css index 3d59717ed..4ab1f07a4 100644 --- a/openslides/static/styles/base.css +++ b/openslides/static/styles/base.css @@ -106,6 +106,9 @@ tr.total td { .indentation { margin-left: 12px; } +.mini_width { + width: 1px; +} /* show optional column */ .optional { display: auto;