From 8780c47fc143da5c9ef44b775b87702a642aa611 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emanuel=20Sch=C3=BCtze?= Date: Mon, 12 Dec 2016 12:52:17 +0100 Subject: [PATCH] Minor fixes (Fixes #2750) - Use
diff --git a/openslides/assignments/static/templates/assignments/slide_assignment.html b/openslides/assignments/static/templates/assignments/slide_assignment.html index 0c8dc016d..877d7f6aa 100644 --- a/openslides/assignments/static/templates/assignments/slide_assignment.html +++ b/openslides/assignments/static/templates/assignments/slide_assignment.html @@ -9,22 +9,22 @@
-
+
{{ assignment.description }}
-
+

Candidates

-
    +
    • {{ related_user.user.get_full_name() }} -
+
-
+
Candidates diff --git a/openslides/core/static/css/app.css b/openslides/core/static/css/app.css index dcb8e9615..48c05dd92 100644 --- a/openslides/core/static/css/app.css +++ b/openslides/core/static/css/app.css @@ -370,7 +370,7 @@ img { max-width: 100%; height: auto; } -.col1 ol { +.col1 ol, .col1 ul { margin-left: 15px; } .ballot-tabs ul { @@ -437,10 +437,6 @@ img { .motion-text .highlight { background-color: #ff0; } - -.motion-text li { - margin-left: 30px; -} .motion-text ins { color: green; text-decoration: underline; diff --git a/openslides/motions/static/js/motions/site.js b/openslides/motions/static/js/motions/site.js index aa0a438f1..7c738ca57 100644 --- a/openslides/motions/static/js/motions/site.js +++ b/openslides/motions/static/js/motions/site.js @@ -1405,6 +1405,8 @@ angular.module('OpenSlidesApp.motions.site', [ } $scope.model.title = $scope.$parent.motion.getTitle(); $scope.model.parent_id = $scope.$parent.motion.id; + $scope.model.category_id = $scope.$parent.motion.category_id; + $scope.model.motion_block_id = $scope.$parent.motion.motion_block_id; Motion.bindOne($scope.model.parent_id, $scope, 'parent'); } // ... preselect default workflow