From 2c5bae7b0172f18e483c2356a06603b3d649a126 Mon Sep 17 00:00:00 2001 From: Emanuel Schuetze Date: Tue, 9 Apr 2013 20:12:57 +0200 Subject: [PATCH] #560 fixed: FormField to choose permissions is too small --- openslides/static/styles/base.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/openslides/static/styles/base.css b/openslides/static/styles/base.css index 13fc302e3..cb2d854b3 100644 --- a/openslides/static/styles/base.css +++ b/openslides/static/styles/base.css @@ -156,7 +156,14 @@ form .required label:after { legend + .control-group { margin-top: 0px !important; } - +#id_permissions { + height: 310px; + width: auto; +} +#id_submitter, #id_supporter, #id_users { + height: 110px; + width: auto; +} /** Left sitebar navigation **/ .leftmenu ul {