From e54d0cf087e57637576b9caeaeac05d9d147579a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emanuel=20Sch=C3=BCtze?= Date: Wed, 20 Mar 2019 21:31:37 +0100 Subject: [PATCH] Minor layout improvements - Improved motion block slide layout - Increase width of statute paragraph title form field - hide identifier in motion form for unprivileged users/submitters --- .../components/motion-detail/motion-detail.component.html | 2 +- .../statute-paragraph-list.component.scss | 4 ++++ .../motions/motion-block/motion-block-slide.component.html | 4 ++-- .../motions/motion-block/motion-block-slide.component.scss | 4 ++++ 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/client/src/app/site/motions/modules/motion-detail/components/motion-detail/motion-detail.component.html b/client/src/app/site/motions/modules/motion-detail/components/motion-detail/motion-detail.component.html index 0125bbe08..0d8127367 100644 --- a/client/src/app/site/motions/modules/motion-detail/components/motion-detail/motion-detail.component.html +++ b/client/src/app/site/motions/modules/motion-detail/components/motion-detail/motion-detail.component.html @@ -557,7 +557,7 @@
-
+
Motion block – {{ data.data.motions.length }} motions
-
+
{{ getMotionTitle(motion) }}
- + {{ getRecommendationLabel(motion) }}
diff --git a/client/src/app/slides/motions/motion-block/motion-block-slide.component.scss b/client/src/app/slides/motions/motion-block/motion-block-slide.component.scss index e69de29bb..df20acc08 100644 --- a/client/src/app/slides/motions/motion-block/motion-block-slide.component.scss +++ b/client/src/app/slides/motions/motion-block/motion-block-slide.component.scss @@ -0,0 +1,4 @@ +.blockitem { + line-height: 1; + margin-bottom: 10px; +}